Fix simulation mode

This commit is contained in:
2021-10-08 11:00:38 +03:00
parent 6d46737dc4
commit 5348beb7bd
+3 -3
View File
@@ -45,7 +45,7 @@ automation:
action: action:
- service: light.turn_off - service: light.turn_off
entity_id: light.all entity_id: light.all
- service: media_player.stop - service: media_player.media_stop
entity_id: group.all_sonos entity_id: group.all_sonos
- alias: Simulation mode · 1100 - alias: Simulation mode · 1100
@@ -60,7 +60,7 @@ automation:
platform: time platform: time
at: "14:00:00" at: "14:00:00"
action: action:
- service: media_player.stop - service: media_player.media_stop
entity_id: group.all_sonos entity_id: group.all_sonos
- alias: Simulation mode · 1700 - alias: Simulation mode · 1700
@@ -77,5 +77,5 @@ automation:
platform: time platform: time
at: "22:00:00" at: "22:00:00"
action: action:
- service: media_player.stop - service: media_player.media_stop
entity_id: group.all_sonos entity_id: group.all_sonos