Add volume_level to script.say. Adjust in alarm

This commit is contained in:
2020-04-06 23:48:07 +03:00
parent 85e303b08a
commit c9d122b363
2 changed files with 12 additions and 3 deletions
+3
View File
@@ -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