Skip to content

Commit 83d4dc8

Browse files
authored
Corrected data_template use
A couple of the automations had data_template where only data was required.
1 parent eedd679 commit 83d4dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_cookbook/dim_and_brighten_lights.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ automation:
4040
entity_id: zwave.YOUR_REMOTE
4141
action:
4242
- service: script.turn_off
43-
data_template:
43+
data:
4444
entity_id: script.light_bright
4545
- service: script.turn_off
4646
data:
@@ -69,7 +69,7 @@ automation:
6969
entity_id: zwave.YOUR_REMOTE
7070
action:
7171
- service: script.turn_off
72-
data_template:
72+
data:
7373
entity_id: script.light_dim
7474
- service: script.turn_off
7575
data:

0 commit comments

Comments
 (0)