mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Fix sonos beam automations
This commit is contained in:
@@ -141,10 +141,8 @@ automation:
|
||||
platform: time
|
||||
at: "22:00:00"
|
||||
action:
|
||||
- service: sonos.set_option
|
||||
entity_id: media_player.living_room
|
||||
data:
|
||||
night_sound: true
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.sonos_living_room_night_sound
|
||||
- service: logbook.log
|
||||
data:
|
||||
name: "🔊 Media Module · "
|
||||
@@ -156,10 +154,8 @@ automation:
|
||||
platform: time
|
||||
at: "08:00:00"
|
||||
action:
|
||||
- service: sonos.set_option
|
||||
entity_id: media_player.living_room
|
||||
data:
|
||||
night_sound: false
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.sonos_living_room_night_sound
|
||||
- service: logbook.log
|
||||
data:
|
||||
name: "🔊 Media Module · "
|
||||
|
||||
Reference in New Issue
Block a user