Browse Source

Split up external package URL in url + ref for easier release

pull/59/head
Maurice Makaay 3 years ago
parent
commit
8bc4251358
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      packages/core.yaml

+ 4
- 1
packages/core.yaml View File

@ -28,7 +28,10 @@ esp32:
# Retrieve the code for the xiaomi_bslamp2 platform from GitHub.
external_components:
- source: github://mmakaay/esphome-xiaomi_bslamp2@dev
- source:
type: git
url: github://mmakaay/esphome-xiaomi_bslamp2
ref: dev
refresh: 60s
# Disable the reboot timeout. By default, the lamp reboots after 15


Loading…
Cancel
Save