mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Fix quoting in examples (#11127)
This commit is contained in:
parent
3a1bef98c6
commit
75f956c87f
@ -218,10 +218,10 @@ sensor:
|
|||||||
- platform: template
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
family_room:
|
family_room:
|
||||||
value_template: '{{ state_attr('remote.family_room', 'current_activity') }}'
|
value_template: '{{ state_attr("remote.family_room", "current_activity") }}'
|
||||||
friendly_name: 'Family Room'
|
friendly_name: 'Family Room'
|
||||||
bedroom:
|
bedroom:
|
||||||
value_template: '{{ state_attr('remote.bedroom', 'current_activity') }}'
|
value_template: '{{ state_attr("remote.bedroom", "current_activity") }}'
|
||||||
friendly_name: 'bedroom'
|
friendly_name: 'bedroom'
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user