mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-10 10:24:42 +00:00
Don't join sonoses while sleeping
This commit is contained in:
@@ -67,6 +67,10 @@ automation:
|
|||||||
platform: state
|
platform: state
|
||||||
entity_id: media_player.living_room_tv
|
entity_id: media_player.living_room_tv
|
||||||
to: "off"
|
to: "off"
|
||||||
|
condition:
|
||||||
|
condition: state
|
||||||
|
entity_id: input_boolean.sleep_mode
|
||||||
|
state: "off"
|
||||||
action:
|
action:
|
||||||
- service: sonos.join
|
- service: sonos.join
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user