mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
fix quotes in example code (#10142)
This commit is contained in:
parent
74f49ab442
commit
8b308dbdd5
@ -153,7 +153,7 @@ binary_sensor:
|
||||
- platform: template
|
||||
sensors:
|
||||
motion_battery_low:
|
||||
value_template: '{{ state_attr('sensor.motion', 'battery') < 15 }}'
|
||||
value_template: "{{ state_attr('sensor.motion', 'battery') < 15 }}"
|
||||
friendly_name: 'Motion battery is low'
|
||||
|
||||
alert:
|
||||
|
Loading…
x
Reference in New Issue
Block a user