Just some minor speech edits.

This commit is contained in:
ccostan 2020-09-15 17:26:05 -04:00
parent 1be1421f79
commit 11382df649
4 changed files with 1 additions and 5 deletions

View File

@ -63,7 +63,7 @@
- service: script.speech_engine - service: script.speech_engine
data_template: data_template:
value1: "It is getting a little dark inside the house because of the {{trigger.entity_id.split('_')[2]|replace('precip','rain') }} {{trigger.entity_id.split('_')[3]|replace('intensity',' ')}} outside. I will turn on some extra lights in the living room." value1: "It is getting a little dark inside the house because of the {{trigger.entity_id.split('_')[2]|replace('precip','rain')|replace('counter','lightning') }} {{trigger.entity_id.split('_')[3]|replace('intensity',' ')}} outside. I will turn on some extra lights in the living room."
call_window_check: 1 call_window_check: 1
call_garage_check: 1 call_garage_check: 1

View File

@ -20,7 +20,3 @@ script:
entity_id: media_player.master_bathroom entity_id: media_player.master_bathroom
media_content_id: noonoff media_content_id: noonoff
media_content_type: routine media_content_type: routine
# Previous Method
# - service: ifttt.trigger
# data_template: {"event":"noon_off"}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 KiB

After

Width:  |  Height:  |  Size: 185 KiB