mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Wrapped templates
This commit is contained in:
parent
c874a93bbc
commit
663aecf546
@ -98,7 +98,7 @@ sensor:
|
||||
- platform: template
|
||||
sensors:
|
||||
bedroom_valve:
|
||||
value_template: '{{ states.climate.leq123456.attributes.Valve }}'
|
||||
value_template: '{% raw %}{{ states.climate.leq123456.attributes.Valve }}{% endraw %}'
|
||||
entity_id: climate.leq123456
|
||||
friendly_name: 'Bedroom valve'
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user