Fix syntax error in template documentation. (#9382)

This commit is contained in:
Trygve Vea 2019-05-05 09:32:52 +02:00 committed by Fabian Affolter
parent fed385d07c
commit a8a046b814

View File

@ -245,7 +245,7 @@ sensor:
Power Consumption
{% else %}
Power Production
{% end %}
{% endif %}
value_template: "{{ states('sensor.power_consumption') }}"
unit_of_measurement: 'kW'
```