Corrected data_template use

A couple of the automations had data_template where only data was required.
This commit is contained in:
DubhAd 2017-10-22 09:33:02 +01:00 committed by GitHub
parent eedd679d41
commit 83d4dc8f17

View File

@ -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: