Reverting some more changes #744
This commit is contained in:
parent
a3cd7dfbc0
commit
b61611510f
|
@ -291,12 +291,12 @@ automation:
|
||||||
light.turn_on
|
light.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.living_room_accents
|
- light.living_room_accents
|
||||||
rgb_color: [255,0,0]
|
color_name: 'red'
|
||||||
{% else %}
|
{% else %}
|
||||||
light.turn_on
|
light.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.living_room_accents
|
- light.living_room_accents
|
||||||
rgb_color: [255,215,0]
|
color_name: 'gold'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
#-------------------------------------------#---
|
#-------------------------------------------#---
|
||||||
|
@ -313,3 +313,5 @@ automation:
|
||||||
- service: script.notify_engine
|
- service: script.notify_engine
|
||||||
data_template:
|
data_template:
|
||||||
value1: 'Someone has opened up the Alarm Panel Door!'
|
value1: 'Someone has opened up the Alarm Panel Door!'
|
||||||
|
who: 'carlo'
|
||||||
|
apns_id: 'information'
|
||||||
|
|
Loading…
Reference in New Issue