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