From cacb36403448309abea1dd0d84703e48fe580e45 Mon Sep 17 00:00:00 2001 From: Eduardo Roldan Date: Fri, 30 Jul 2021 06:33:26 -0300 Subject: [PATCH] Update tplink.markdown (#18664) Corrected wrong template name example. --- source/_integrations/tplink.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/tplink.markdown b/source/_integrations/tplink.markdown index a34f5d0e740..5dfb8ed248a 100644 --- a/source/_integrations/tplink.markdown +++ b/source/_integrations/tplink.markdown @@ -166,7 +166,7 @@ sensor: value_template: "{{ state_attr('switch.my_tp_switch','current_a') }}" unit_of_measurement: "A" my_tp_switch_watts: - friendly_name_template: "{{ state_attr('switch.my_tp_switch','friendly_name') }} Current Consumption" + friendly_name_template: "{{ state_attr('switch.my_tp_switch','friendly_name') }} Power" value_template: "{{ state_attr('switch.my_tp_switch','current_power_w') }}" unit_of_measurement: "W" my_tp_switch_total_kwh: