Adding in IDs as per @Frenck example. Will have to touch all of the Automations as I mess with them.

This commit is contained in:
ccostan
2020-07-19 13:39:29 -04:00
parent d33ba26ea0
commit 67b5f67900
4 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
###################################
- alias: Cuckoo Clock
id: 33dcd8e2-e87c-4d18-82bc-c7f9b53a1624
trigger:
- platform: time_pattern
hours: '*'

View File

@@ -3,7 +3,7 @@
###################################
- alias: Login Failure
id: 814c48ea-e2e1-4b75-92b0-581081af5ce5
trigger:
platform: template
value_template: "{{ states('persistent_notification.httplogin') != 'unknown' }}"