Skip to content

Commit

Permalink
Pacify yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Nov 29, 2022
1 parent 2f3b024 commit 194f201
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions esphome/common/sense_gloworb_common.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
packages:
common: !include common.yaml

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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

0 comments on commit 194f201

Please sign in to comment.