mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-08 10:38:44 +00:00
Fix automation entity id
This commit is contained in:
@@ -21,5 +21,5 @@ condition:
|
|||||||
action:
|
action:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
data_template:
|
data_template:
|
||||||
entity_id: "{{ trigger.entity_id }}"
|
entity_id: !input light
|
||||||
color_temp: !input temp
|
color_temp: !input temp
|
||||||
|
|||||||
Reference in New Issue
Block a user