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