mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 23:36:50 +00:00
Make it raw
This commit is contained in:
parent
691898af48
commit
cc22b59ebc
@ -65,7 +65,7 @@ sensor:
|
||||
platform: template
|
||||
sensors:
|
||||
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'
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user