fix quotes in example code (#10142)

This commit is contained in:
Ermanno Baschiera 2019-08-15 20:35:48 +02:00 committed by Klaas Schoute
parent 74f49ab442
commit 8b308dbdd5

View File

@ -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: