Switched K's room automations to use new speech engine
This commit is contained in:
@ -346,23 +346,28 @@
|
|||||||
entity_id: sensor.pirateweather_temperature
|
entity_id: sensor.pirateweather_temperature
|
||||||
below: '40'
|
below: '40'
|
||||||
sequence:
|
sequence:
|
||||||
- service: tts.google_say
|
- service: script.speech_engine
|
||||||
data:
|
data:
|
||||||
entity_id: media_player.kallen_bedroom_speaker
|
who: kallen_bedroom
|
||||||
message: No fan tonight, too cold outside! Brrrr!
|
message: No fan tonight, too cold outside! Brrrr!
|
||||||
- delay:
|
- delay:
|
||||||
hours: 0
|
hours: 0
|
||||||
minutes: 0
|
minutes: 0
|
||||||
seconds: 5
|
seconds: 5
|
||||||
milliseconds: 0
|
milliseconds: 0
|
||||||
|
- service: media_player.volume_set
|
||||||
|
data:
|
||||||
|
volume_level: 0.3
|
||||||
|
target:
|
||||||
|
entity_id: media_player.kallen_bedroom_speaker
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
entity_id: input_boolean.white_noise_kallen_bedroom
|
entity_id: input_boolean.white_noise_kallen_bedroom
|
||||||
default:
|
default:
|
||||||
- service: tts.google_say
|
- service: script.speech_engine
|
||||||
data:
|
data:
|
||||||
entity_id: media_player.kallen_bedroom_speaker
|
who: kallen_bedroom
|
||||||
message: Fan on. Stay cool!
|
message: Fan on. Stay cool!
|
||||||
- service: fan.turn_on
|
- service: fan.turn_on
|
||||||
data: {}
|
data: {}
|
||||||
|
Reference in New Issue
Block a user