From 361549a965e1e3dc3631d255220f8debc24e5eef Mon Sep 17 00:00:00 2001 From: Eduardo Roldan Date: Fri, 30 Jul 2021 03:23:43 -0300 Subject: [PATCH] Update tplink.markdown 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 a34f5d0e740a..5dfb8ed248ae 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: