Wrapped templates
This commit is contained in:
parent
c874a93bbc
commit
663aecf546
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue