mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 18:28:43 +00:00
Fix simulation mode
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user