* Rename input_slider to input_number
* Update input_number to optionally display slider, input box, or both * Update references to input_slider in other parts of the documentation
This commit is contained in:
parent
4d43b63d76
commit
9234ca3d01
7 changed files with 66 additions and 51 deletions
|
@ -39,11 +39,11 @@ automation:
|
|||
- alias: run_set_ac
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_slider.ac_temperature
|
||||
entity_id: input_number.ac_temperature
|
||||
action:
|
||||
service: shell_command.set_ac_to_slider
|
||||
|
||||
input_slider:
|
||||
input_number:
|
||||
ac_temperature:
|
||||
name: A/C Setting
|
||||
initial: 24
|
||||
|
@ -53,6 +53,6 @@ input_slider:
|
|||
|
||||
{% raw %}
|
||||
shell_command:
|
||||
set_ac_to_slider: 'irsend SEND_ONCE DELONGHI AC_{{ states.input_slider.ac_temperature.state }}_AUTO'
|
||||
set_ac_to_slider: 'irsend SEND_ONCE DELONGHI AC_{{ states.input_number.ac_temperature.state }}_AUTO'
|
||||
{% endraw %}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue