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
|
entity_id: zwave.YOUR_REMOTE
|
||||||
action:
|
action:
|
||||||
- service: script.turn_off
|
- service: script.turn_off
|
||||||
data_template:
|
data:
|
||||||
entity_id: script.light_bright
|
entity_id: script.light_bright
|
||||||
- service: script.turn_off
|
- service: script.turn_off
|
||||||
data:
|
data:
|
||||||
|
@ -69,7 +69,7 @@ automation:
|
||||||
entity_id: zwave.YOUR_REMOTE
|
entity_id: zwave.YOUR_REMOTE
|
||||||
action:
|
action:
|
||||||
- service: script.turn_off
|
- service: script.turn_off
|
||||||
data_template:
|
data:
|
||||||
entity_id: script.light_dim
|
entity_id: script.light_dim
|
||||||
- service: script.turn_off
|
- service: script.turn_off
|
||||||
data:
|
data:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue