From 0e92d4b9059bc2e9f69bb276812d6b8591c5e624 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Tue, 11 Jun 2024 12:54:22 +0000 Subject: [PATCH] Small Voice Changes to queue messages. --- config/automation/System/door_chime.yaml | 6 +++++- config/packages/conico.yaml | 11 +---------- config/packages/waze.yaml | 6 ++++-- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/config/automation/System/door_chime.yaml b/config/automation/System/door_chime.yaml index f400628b..3c4a0281 100755 --- a/config/automation/System/door_chime.yaml +++ b/config/automation/System/door_chime.yaml @@ -3,7 +3,8 @@ ## Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig ################################### -- alias: Door Chime +- alias: Door + mode: queued id: ae0fb37b-67cf-48a4-a609-999d44272e90 trigger: - platform: state @@ -21,6 +22,9 @@ media_player: 'media_player.livingroomcc' 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 data: entity_id: > diff --git a/config/packages/conico.yaml b/config/packages/conico.yaml index 3f4b5f22..4b23c23c 100755 --- a/config/packages/conico.yaml +++ b/config/packages/conico.yaml @@ -28,16 +28,7 @@ automation: - platform: state entity_id: binary_sensor.mcu1_gpio12 #interior Garage Doors from: 'off' - to: 'on' - - - platform: state - entity_id: - - person.carlo - - person.stacey - - person.paige - - person.justin - from: 'not_home' - to: 'home' + to: 'on' - platform: state entity_id: diff --git a/config/packages/waze.yaml b/config/packages/waze.yaml index 79161760..cc886d8b 100755 --- a/config/packages/waze.yaml +++ b/config/packages/waze.yaml @@ -43,5 +43,7 @@ automation: - service: script.speech_engine 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]" - call_outside_weather: 1 + 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!" + + +