Witam,
Czy jest jakaś możliwość ustawienia odpowiedniej głośności wypowiadanego komunikatu?
Tak, przed komunikatem dodajesz akcję, wywołujesz usługę:
media_player.volume_set
w której ustawiasz głośność jak chcesz.
Dodatkowe pytanie do tego tematu z dalszym rozbudowaniem automatyzacji a dokładnie co zrobić aby po 1 h i 50 min ponowić komunikaty. Zrobiłem to tak pytanie co jest źle?
alias: Przypomnienie o umyciu ząbków rano
description: ''
trigger:
- platform: numeric_state
entity_id: sensor.reporting_time6
below: '1'
condition: []
action:
- service: notify.mobile_app_sm_a715f
data:
message: SPARKLI
- service: notify.mobile_app_iphone_danuta
data:
message: SPARKLI
- service: media_player.volume_set
target:
device_id:
- 377547437a6d4d48396af6113272b552
- ad046f77da400672f737dbd42df6a30d
- 3913571c7630e7df396a3e69116f5ec6
data:
volume_level: 0.5
- service: tts.cloud_say
data:
entity_id: media_player.googlehome8354
message: Franek i Oliwka czeka na Was Sparkli
cache: true
- service: tts.cloud_say
data:
entity_id: media_player.googlehome3542
cache: true
message: Franek i Oliwka czeka na Was Sparkli
- service: tts.cloud_say
data:
entity_id: media_player.googlehome0031
message: Franek i Oliwka czeka na Was Sparkli
cache: true
- delay:
hours: 1
minutes: 50
seconds: 0
milliseconds: 0
- service: notify.mobile_app_iphone_danuta
data:
message: SPARKLI pozostało 10 minut
- service: notify.mobile_app_sm_a715f
data:
message: SPARKLI pozostało 10 minut
- service: media_player.volume_set
target:
device_id: 3913571c7630e7df396a3e69116f5ec6
data:
volume_level: 0.5
- service: tts.cloud_say
data:
message: SPARKLI pozostało 10 minut
cache: true
entity_id: media_player.googlehome0031
mode: queued
max: 10
@szopen znasz może rozwiązanie?