mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
Reduce default music volume to 0.2
This commit is contained in:
@@ -11,7 +11,7 @@ script:
|
||||
- service: media_player.volume_set
|
||||
entity_id: group.all_sonos
|
||||
data_template:
|
||||
volume_level: "{{ volume_level | default(0.3) }}"
|
||||
volume_level: "{{ volume_level | default(0.2) }}"
|
||||
- service: media_player.shuffle_set
|
||||
data_template:
|
||||
entity_id: media_player.master_bedroom
|
||||
|
||||
Reference in New Issue
Block a user