diff --git a/source/_components/switch.tplink.markdown b/source/_components/switch.tplink.markdown index 2be6ca2ed68..fd282c5bbbe 100644 --- a/source/_components/switch.tplink.markdown +++ b/source/_components/switch.tplink.markdown @@ -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' ```