Update Energy Package

This commit is contained in:
2022-08-03 11:41:07 -07:00
parent 64d015b4bc
commit c15f4e8ec4
2 changed files with 11 additions and 8 deletions

View File

@@ -432,7 +432,8 @@ template:
# Home Total Power Consumption Sensor
- name: Home Power Consumption
unit_of_measurement: W
state: "{{
state('sensor.envoy_202221032900_current_power_production')|float
+ state('sensor.emporia_d937d0_1min')|float
}}"
state: >
{{
states('sensor.envoy_202221032900_current_power_production')|float
+ states('sensor.emporia_d937d0_1min')|float
}}

View File

@@ -83,7 +83,9 @@ template:
# Home Total Power Consumption Sensor
- name: Home Power Consumption
unit_of_measurement: W
state: "{{
state: >
{{
states('sensor.envoy_202221032900_current_power_production')|float
+ states('sensor.emporia_d937d0_1min')|float
}}"
}}