From 4fff2ec30df19363d7bca2ac4c8899e4d2024663 Mon Sep 17 00:00:00 2001 From: ccostan Date: Mon, 8 Jun 2020 16:50:37 -0400 Subject: [PATCH] Minor update to spacing. --- config/automation/Speech/announcements.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/automation/Speech/announcements.yaml b/config/automation/Speech/announcements.yaml index d9e3f7c2..fea1b9b5 100755 --- a/config/automation/Speech/announcements.yaml +++ b/config/automation/Speech/announcements.yaml @@ -3,7 +3,7 @@ # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig ## Announce when people come or go. ## Announce over all Chromecast Audios -# Read more at https://vCloudInfo.com +# Read more at https://vCloudInfo.com ###################################################################### - alias: 'People Greeting' @@ -25,6 +25,7 @@ - wait_template: >- {{ states.binary_sensor.kitchen_door.state == 'on' }} + - service: script.speech_engine data_template: # {% set person = state_attr(trigger.entity_id, "friendly_name")%} This is another way to do it.