diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2023-06-23 04:44:16 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2023-06-23 04:44:16 +0400 |
commit | 2674a5226e13a68b1ee570aef552e78b7a7337b8 (patch) | |
tree | caf3b55045249cd124717109a652506576ff2cfc /.storage/energy | |
parent | 756a33999df9255deb1c08a443a5621d94da0126 (diff) | |
download | hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.tar.gz hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.tar.bz2 hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.tar.xz hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.zip |
Massive update: Few fixes, more new integrations & extensions
Diffstat (limited to '.storage/energy')
-rw-r--r-- | .storage/energy | 84 |
1 files changed, 71 insertions, 13 deletions
diff --git a/.storage/energy b/.storage/energy index 5f2fb7e..ed73510 100644 --- a/.storage/energy +++ b/.storage/energy @@ -8,13 +8,6 @@ "type": "grid", "flow_from": [ { - "stat_energy_from": "sensor.living_office_energy", - "stat_cost": null, - "entity_energy_from": "sensor.living_office_energy", - "entity_energy_price": null, - "number_energy_price": null - }, - { "stat_energy_from": "sensor.kitchen_oven_energy", "stat_cost": null, "entity_energy_from": "sensor.kitchen_oven_energy", @@ -64,9 +57,9 @@ "number_energy_price": null }, { - "stat_energy_from": "sensor.living_tablelamp_energy", + "stat_energy_from": "sensor.living_tablelampsocket_energy", "stat_cost": null, - "entity_energy_from": "sensor.living_tablelamp_energy", + "entity_energy_from": "sensor.living_tablelampsocket_energy", "entity_energy_price": null, "number_energy_price": null }, @@ -83,6 +76,62 @@ "entity_energy_from": "sensor.bedroom_bedsidelampsocket_energy", "entity_energy_price": null, "number_energy_price": null + }, + { + "stat_energy_from": "sensor.kitchen_fridge_energy", + "stat_cost": null, + "entity_energy_from": "sensor.kitchen_fridge_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.hall_infra_energy", + "stat_cost": null, + "entity_energy_from": "sensor.hall_infra_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_smartpi_energy_total", + "stat_cost": null, + "entity_energy_from": "sensor.office_smartpi_energy_total", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.bedroom_router_energy", + "stat_cost": null, + "entity_energy_from": "sensor.bedroom_router_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_table_energy", + "stat_cost": null, + "entity_energy_from": "sensor.office_table_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_shelftop_energy", + "stat_cost": null, + "entity_energy_from": "sensor.office_shelftop_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_shelfbottom_energy", + "stat_cost": null, + "entity_energy_from": "sensor.office_shelfbottom_energy", + "entity_energy_price": null, + "number_energy_price": null + }, + { + "stat_energy_from": "sensor.office_aircon_energy", + "stat_cost": null, + "entity_energy_from": "sensor.office_aircon_energy", + "entity_energy_price": null, + "number_energy_price": null } ], "flow_to": [], @@ -106,9 +155,6 @@ "stat_consumption": "sensor.office_aircon_energy" }, { - "stat_consumption": "sensor.living_office_energy" - }, - { "stat_consumption": "sensor.office_shelfbottom_energy" }, { @@ -133,7 +179,19 @@ "stat_consumption": "sensor.bedroom_tablelamp_energy" }, { - "stat_consumption": "sensor.living_tablelamp_energy" + "stat_consumption": "sensor.kitchen_fridge_energy" + }, + { + "stat_consumption": "sensor.office_smartpi_energy_total" + }, + { + "stat_consumption": "sensor.living_tablelampsocket_energy" + }, + { + "stat_consumption": "sensor.bedroom_router_energy" + }, + { + "stat_consumption": "sensor.hall_infra_energy" } ] } |