mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
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
@ -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…
x
Reference in New Issue
Block a user