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:
parent
d33ba26ea0
commit
67b5f67900
|
@ -6,7 +6,7 @@
|
|||
# Read more at https://vCloudInfo.com
|
||||
######################################################################
|
||||
- alias: 'People Greeting'
|
||||
|
||||
id: 29c5c9dd-550a-4761-a224-78cdc3dd9f43
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
## Door Open Announcements
|
||||
######################################################################
|
||||
- alias: 'Door Opened'
|
||||
|
||||
id: 18b09251-ea05-46c6-b14f-e7996cc40e89
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
###################################
|
||||
|
||||
- alias: Cuckoo Clock
|
||||
id: 33dcd8e2-e87c-4d18-82bc-c7f9b53a1624
|
||||
trigger:
|
||||
- platform: time_pattern
|
||||
hours: '*'
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
###################################
|
||||
|
||||
- alias: Login Failure
|
||||
|
||||
id: 814c48ea-e2e1-4b75-92b0-581081af5ce5
|
||||
trigger:
|
||||
platform: template
|
||||
value_template: "{{ states('persistent_notification.httplogin') != 'unknown' }}"
|
||||
|
|
Loading…
Reference in New Issue