From 65e5d0dcc8c59e1eb5c59620910827a381683990 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Thu, 28 Apr 2022 15:32:56 +0200 Subject: [PATCH] Added unique ID to Line Power Total. --- configuration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.yaml b/configuration.yaml index 17ca657..76e39d1 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -43,6 +43,7 @@ template: - name: "Line Power Total" unit_of_measurement: "W" icon: mdi:flash + unique_id: power.total state: > {% set phase_a = states('sensor.line_power_channel_a_power') | float %} {% set phase_b = states('sensor.line_power_channel_b_power') | float %}