mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update switch.tplink.markdown - Typo fix on template (#7807)
This commit is contained in:
parent
637edd3412
commit
1a7c09f4bd
@ -88,7 +88,7 @@ sensor:
|
||||
value_template: '{{ states.switch.my_tp_switch.attributes["voltage"] | float }}'
|
||||
unit_of_measurement: 'V'
|
||||
my_tp_switch_today_kwh:
|
||||
friendly_name_template: "{{ states.switch.my_tp_switch.name}} Today's Consuption"
|
||||
friendly_name_template: "{{ states.switch.my_tp_switch.name}} Today's Consumption"
|
||||
value_template: '{{ states.switch.my_tp_switch.attributes["today_energy_kwh"] | float }}'
|
||||
unit_of_measurement: 'kWh'
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user