mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Update shell_command.markdown (#11126)
Nested single quotes should be double quotes.
This commit is contained in:
parent
75f956c87f
commit
c7bbaa6d31
@ -55,6 +55,6 @@ input_number:
|
||||
|
||||
{% raw %}
|
||||
shell_command:
|
||||
set_ac_to_slider: 'irsend SEND_ONCE DELONGHI AC_{{ states('input_number.ac_temperature') }}_AUTO'
|
||||
set_ac_to_slider: 'irsend SEND_ONCE DELONGHI AC_{{ states("input_number.ac_temperature") }}_AUTO'
|
||||
{% endraw %}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user