diff --git a/esphome/common/sense_gloworb_common.yaml b/esphome/common/sense_gloworb_common.yaml index 89f9e334..86320ff0 100644 --- a/esphome/common/sense_gloworb_common.yaml +++ b/esphome/common/sense_gloworb_common.yaml @@ -1,3 +1,4 @@ +--- packages: common: !include common.yaml @@ -27,7 +28,7 @@ output: inverted: true e131: - method: multicast # default: register E1.31 to Multicast group + method: multicast # default: register E1.31 to Multicast group wled: @@ -71,16 +72,16 @@ light: interval: - interval: 500ms then: - - if: - condition: - not: - wifi.connected: - then: - - light.turn_on: - id: blue_led_light - brightness: 50% - transition_length: 0s - - delay: 250ms - - light.turn_off: - id: blue_led_light - transition_length: 250ms + - if: + condition: + not: + wifi.connected: + then: + - light.turn_on: + id: blue_led_light + brightness: 50% + transition_length: 0s + - delay: 250ms + - light.turn_off: + id: blue_led_light + transition_length: 250ms