input_number : change service from select_value to set_value

This commit is contained in:
BioSehnsucht 2017-10-02 02:49:26 -05:00
parent ea3a536de4
commit 461ce5df75

View File

@ -146,7 +146,7 @@ input_number:
topic: "setTemperature"
# entity_id: input_number.target_temp
action:
service: input_number.select_value
service: input_number.set_value
data_template:
entity_id: input_number.target_temp
value: '{{ trigger.payload}}'