mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +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
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
motion_battery_low:
|
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'
|
friendly_name: 'Motion battery is low'
|
||||||
|
|
||||||
alert:
|
alert:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user