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