Browse Source

Fixed duplicate key

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

+ 6
- 8
packages/core.yaml View File

@ -86,6 +86,12 @@ output:
pin:
number: GPIO4
mode: OUTPUT
# This float output can be used to control the front panel illumination +
# level indicator LEDs. Value 0.0 turns off the illumination. Other values
# (up to 1.0) turn on the illumination and set the level indicator to the
# requested level.
- platform: xiaomi_bslamp2
id: my_front_panel_illumination
xiaomi_bslamp2:
light:
@ -99,11 +105,3 @@ xiaomi_bslamp2:
i2c: front_panel_i2c
address: 0x2C
trigger_pin: GPIO16
# This float output can be used to control the front panel illumination +
# level indicator LEDs. Value 0.0 turns off the illumination. Other values
# (up to 1.0) turn on the illumination and set the level indicator to the
# requested level.
output:
- platform: xiaomi_bslamp2
id: my_front_panel_illumination

Loading…
Cancel
Save