Small Voice Changes to queue messages.
This commit is contained in:
parent
b61bfb588e
commit
0e92d4b905
|
@ -3,7 +3,8 @@
|
||||||
## Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
## Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
- alias: Door Chime
|
- alias: Door
|
||||||
|
mode: queued
|
||||||
id: ae0fb37b-67cf-48a4-a609-999d44272e90
|
id: ae0fb37b-67cf-48a4-a609-999d44272e90
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
|
@ -21,6 +22,9 @@
|
||||||
media_player: 'media_player.livingroomcc'
|
media_player: 'media_player.livingroomcc'
|
||||||
volume_level: 0.22
|
volume_level: 0.22
|
||||||
|
|
||||||
|
- wait_template: "{{ not is_state('media_player.livingroomcc', 'playing') }}"
|
||||||
|
timeout: '00:01:00' # Adjust the timeout as needed
|
||||||
|
|
||||||
- service: media_player.play_media
|
- service: media_player.play_media
|
||||||
data:
|
data:
|
||||||
entity_id: >
|
entity_id: >
|
||||||
|
|
|
@ -30,15 +30,6 @@ automation:
|
||||||
from: 'off'
|
from: 'off'
|
||||||
to: 'on'
|
to: 'on'
|
||||||
|
|
||||||
- platform: state
|
|
||||||
entity_id:
|
|
||||||
- person.carlo
|
|
||||||
- person.stacey
|
|
||||||
- person.paige
|
|
||||||
- person.justin
|
|
||||||
from: 'not_home'
|
|
||||||
to: 'home'
|
|
||||||
|
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id:
|
entity_id:
|
||||||
- person.carlo
|
- person.carlo
|
||||||
|
|
|
@ -43,5 +43,7 @@ automation:
|
||||||
|
|
||||||
- service: script.speech_engine
|
- service: script.speech_engine
|
||||||
data:
|
data:
|
||||||
value1: "Attention! Traffic on the Spectrum Route for Justins job. Estimated travel time right now is {{ states.sensor.waze_travel_time.state }} minutes. Beep beep! [If you think this could be weather related, mention that as well]"
|
value1: "Attention! Traffic on the Spectrum Route for Justins job. Estimated travel time right now is {{ states.sensor.waze_travel_time.state }} minutes. Beep beep!"
|
||||||
call_outside_weather: 1
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue