Skip to content

Commit

Permalink
indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
HarvsG committed Jul 25, 2024
1 parent 9fe0324 commit 08c5d41
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions wake-word-voice-assistant/m5stack-atom-echo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,19 +259,19 @@ script:
effect: none
else:
- if:
condition:
- lambda: return id(wake_word_engine_location).state != "On device";
- switch.is_on: use_listen_light
then:
- light.turn_on:
id: led
red: 0%
green: 100%
blue: 100%
brightness: 60%
effect: none
else:
- light.turn_off: led
condition:
- lambda: return id(wake_word_engine_location).state != "On device";
- switch.is_on: use_listen_light
then:
- light.turn_on:
id: led
red: 0%
green: 100%
blue: 100%
brightness: 60%
effect: none
else:
- light.turn_off: led

switch:
- platform: template
Expand Down

0 comments on commit 08c5d41

Please sign in to comment.