Compare commits

...

2 Commits

Author SHA1 Message Date
Marcus Scholz 439863b3fd Updated HA. 2022-04-28 15:33:08 +02:00
Marcus Scholz 65e5d0dcc8 Added unique ID to Line Power Total. 2022-04-28 15:32:56 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
2022.4.1
2022.4.7

View File

@ -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 %}