From edfdb505b1a8030f2d2fd6670bb8010d619be5d7 Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Sun, 17 Oct 2021 01:27:08 +0200 Subject: [PATCH] Fixed duplicate key --- packages/core.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/packages/core.yaml b/packages/core.yaml index 0db641a..1433bef 100644 --- a/packages/core.yaml +++ b/packages/core.yaml @@ -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