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