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