mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 18:57:43 +00:00
More Sonos automations
This commit is contained in:
@@ -27,13 +27,34 @@ binary_sensor:
|
||||
{% endif %}
|
||||
|
||||
script:
|
||||
music_join_sonoses:
|
||||
alias: Music · Join Sonoses
|
||||
sonos_join_bedroom:
|
||||
alias: Sonos · Join to Bedroom
|
||||
sequence:
|
||||
- service: sonos.join
|
||||
entity_id: group.all_sonos
|
||||
data_template:
|
||||
data:
|
||||
master: media_player.master_bedroom
|
||||
sonos_join_tv:
|
||||
alias: Sonos · Join to TV
|
||||
sequence:
|
||||
- service: sonos.join
|
||||
entity_id: group.all_sonos
|
||||
data:
|
||||
master: media_player.living_room
|
||||
sonos_bathroom_up:
|
||||
alias: Sonos · Bathroom up
|
||||
sequence:
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.bathroom
|
||||
data:
|
||||
volume_level: 0.5
|
||||
sonos_bathrom_down:
|
||||
alias: Sonos · Bathroom down
|
||||
sequence:
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.bathroom
|
||||
data:
|
||||
volume_level: 0.2
|
||||
|
||||
homeassistant:
|
||||
customize:
|
||||
|
||||
Reference in New Issue
Block a user