Update shell_command.markdown (#11126)

Nested single quotes should be double quotes.
This commit is contained in:
Mike 2019-11-08 05:02:39 -05:00 committed by Franck Nijhof
parent 75f956c87f
commit c7bbaa6d31

View File

@ -55,6 +55,6 @@ input_number:
{% raw %} {% raw %}
shell_command: 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 %} {% endraw %}
``` ```