Browse Source

Removed dynamic version var from config package

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

+ 1
- 2
packages/core.yaml View File

@ -4,7 +4,6 @@
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
substitutions: substitutions:
version: dev
name: bedside-lamp name: bedside-lamp
friendly_name: Bedside Lamp friendly_name: Bedside Lamp
light_name: ${friendly_name} RGBWW Light light_name: ${friendly_name} RGBWW Light
@ -29,7 +28,7 @@ esp32:
# Retrieve the code for the xiaomi_bslamp2 platform from GitHub. # Retrieve the code for the xiaomi_bslamp2 platform from GitHub.
external_components: external_components:
- source: github://mmakaay/esphome-xiaomi_bslamp2@${version}
- source: github://mmakaay/esphome-xiaomi_bslamp2@dev
refresh: 60s refresh: 60s
# Disable the reboot timeout. By default, the lamp reboots after 15 # Disable the reboot timeout. By default, the lamp reboots after 15


Loading…
Cancel
Save