Corrected data_template use
A couple of the automations had data_template where only data was required.
This commit is contained in:
parent
eedd679d41
commit
83d4dc8f17
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ automation:
|
|||
entity_id: zwave.YOUR_REMOTE
|
||||
action:
|
||||
- service: script.turn_off
|
||||
data_template:
|
||||
data:
|
||||
entity_id: script.light_bright
|
||||
- service: script.turn_off
|
||||
data:
|
||||
|
@ -69,7 +69,7 @@ automation:
|
|||
entity_id: zwave.YOUR_REMOTE
|
||||
action:
|
||||
- service: script.turn_off
|
||||
data_template:
|
||||
data:
|
||||
entity_id: script.light_dim
|
||||
- service: script.turn_off
|
||||
data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue