mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
Make it raw
This commit is contained in:
parent
691898af48
commit
cc22b59ebc
@ -65,7 +65,7 @@ sensor:
|
|||||||
platform: template
|
platform: template
|
||||||
sensors:
|
sensors:
|
||||||
glances:
|
glances:
|
||||||
value_template: '{% if is_state("sensor.process_glances", "off") %}not running{% else %}running{% endif %}'
|
value_template: {% raw %}'{% if is_state("sensor.process_glances", "off") %}not running{% else %}running{% endif %}'{% endraw %}
|
||||||
friendly_name: 'Glances'
|
friendly_name: 'Glances'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user