mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-10 10:24:42 +00:00
Add volume_level to script.say. Adjust in alarm
This commit is contained in:
@@ -73,6 +73,7 @@ automation:
|
||||
- service: script.sonos_say
|
||||
data:
|
||||
message: "Hey! It's time to wake up!"
|
||||
volume_level: 0.15
|
||||
- delay: 00:00:05
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.master_bedroom
|
||||
@@ -86,6 +87,7 @@ automation:
|
||||
- service: script.sonos_say
|
||||
data:
|
||||
message: "Good morning! Time to get out of bed!"
|
||||
volume_level: 0.2
|
||||
- delay: 00:00:05
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.master_bedroom
|
||||
@@ -99,6 +101,7 @@ automation:
|
||||
- service: script.sonos_say
|
||||
data:
|
||||
message: "Hey! It's time to wake up!"
|
||||
volume_level: 0.3
|
||||
- delay: 00:00:05
|
||||
- service: media_player.volume_set
|
||||
entity_id: media_player.master_bedroom
|
||||
|
||||
Reference in New Issue
Block a user