mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix syntax error in template documentation. (#9382)
This commit is contained in:
parent
fed385d07c
commit
a8a046b814
@ -245,7 +245,7 @@ sensor:
|
|||||||
Power Consumption
|
Power Consumption
|
||||||
{% else %}
|
{% else %}
|
||||||
Power Production
|
Power Production
|
||||||
{% end %}
|
{% endif %}
|
||||||
value_template: "{{ states('sensor.power_consumption') }}"
|
value_template: "{{ states('sensor.power_consumption') }}"
|
||||||
unit_of_measurement: 'kW'
|
unit_of_measurement: 'kW'
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user