mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
input_number : change service from select_value to set_value
This commit is contained in:
parent
ea3a536de4
commit
461ce5df75
@ -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…
x
Reference in New Issue
Block a user