From 67b5f67900e11e92a37190be47f0792ac0180b1e Mon Sep 17 00:00:00 2001 From: ccostan Date: Sun, 19 Jul 2020 13:39:29 -0400 Subject: [PATCH] Adding in IDs as per @Frenck example. Will have to touch all of the Automations as I mess with them. --- config/automation/Speech/announcements.yaml | 2 +- config/automation/Speech/door_opened.yaml | 2 +- config/automation/System/CucKoo_Clock.yaml | 1 + config/automation/System/bad_logins.yaml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/automation/Speech/announcements.yaml b/config/automation/Speech/announcements.yaml index 28d62b34..c108b32d 100755 --- a/config/automation/Speech/announcements.yaml +++ b/config/automation/Speech/announcements.yaml @@ -6,7 +6,7 @@ # Read more at https://vCloudInfo.com ###################################################################### - alias: 'People Greeting' - + id: 29c5c9dd-550a-4761-a224-78cdc3dd9f43 trigger: - platform: state entity_id: diff --git a/config/automation/Speech/door_opened.yaml b/config/automation/Speech/door_opened.yaml index 2f97cdbc..92058e11 100755 --- a/config/automation/Speech/door_opened.yaml +++ b/config/automation/Speech/door_opened.yaml @@ -2,7 +2,7 @@ ## Door Open Announcements ###################################################################### - alias: 'Door Opened' - + id: 18b09251-ea05-46c6-b14f-e7996cc40e89 trigger: - platform: state entity_id: diff --git a/config/automation/System/CucKoo_Clock.yaml b/config/automation/System/CucKoo_Clock.yaml index 0acc48b2..14289497 100755 --- a/config/automation/System/CucKoo_Clock.yaml +++ b/config/automation/System/CucKoo_Clock.yaml @@ -4,6 +4,7 @@ ################################### - alias: Cuckoo Clock + id: 33dcd8e2-e87c-4d18-82bc-c7f9b53a1624 trigger: - platform: time_pattern hours: '*' diff --git a/config/automation/System/bad_logins.yaml b/config/automation/System/bad_logins.yaml index 70b5bd75..0951f738 100755 --- a/config/automation/System/bad_logins.yaml +++ b/config/automation/System/bad_logins.yaml @@ -3,7 +3,7 @@ ################################### - alias: Login Failure - + id: 814c48ea-e2e1-4b75-92b0-581081af5ce5 trigger: platform: template value_template: "{{ states('persistent_notification.httplogin') != 'unknown' }}"