Fixed bug on light after battery low notification
This commit is contained in:
@@ -139,7 +139,11 @@ light:
|
|||||||
rtttl:
|
rtttl:
|
||||||
output: speaker
|
output: speaker
|
||||||
on_finished_playback:
|
on_finished_playback:
|
||||||
# - script.execute: game_ready_animation
|
if:
|
||||||
|
condition:
|
||||||
|
not:
|
||||||
|
- script.is_running: battery_low
|
||||||
|
then:
|
||||||
- script.execute:
|
- script.execute:
|
||||||
id: set_section_color
|
id: set_section_color
|
||||||
section: !lambda return id(game_selected_section);
|
section: !lambda return id(game_selected_section);
|
||||||
|
|||||||
Reference in New Issue
Block a user