mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 18:57:43 +00:00
More music controls
This commit is contained in:
@@ -68,6 +68,44 @@ script:
|
||||
entity_id: media_player.bathroom
|
||||
data:
|
||||
volume_level: 0.2
|
||||
sonos_volume_10:
|
||||
alias: Sonos · Volume 10
|
||||
sequence:
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.master_bedroom
|
||||
data:
|
||||
volume_level: 0.1
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.living_room
|
||||
data:
|
||||
volume_level: 0.2
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.bathroom
|
||||
data:
|
||||
volume_level: 0.1
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.kitchen
|
||||
data:
|
||||
volume_level: 0.1
|
||||
sonos_volume_20:
|
||||
alias: Sonos · Volume 20
|
||||
sequence:
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.master_bedroom
|
||||
data:
|
||||
volume_level: 0.2
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.living_room
|
||||
data:
|
||||
volume_level: 0.3
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.bathroom
|
||||
data:
|
||||
volume_level: 0.2
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.kitchen
|
||||
data:
|
||||
volume_level: 0.2
|
||||
|
||||
automation:
|
||||
- alias: Media · Sonos · Put Beam in night mode
|
||||
|
||||
Reference in New Issue
Block a user