input_number : change service from select_value to set_value
This commit is contained in:
parent
ea3a536de4
commit
461ce5df75
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ input_number:
|
||||||
topic: "setTemperature"
|
topic: "setTemperature"
|
||||||
# entity_id: input_number.target_temp
|
# entity_id: input_number.target_temp
|
||||||
action:
|
action:
|
||||||
service: input_number.select_value
|
service: input_number.set_value
|
||||||
data_template:
|
data_template:
|
||||||
entity_id: input_number.target_temp
|
entity_id: input_number.target_temp
|
||||||
value: '{{ trigger.payload}}'
|
value: '{{ trigger.payload}}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue