homeassistant/.storage/energy
2025-01-10 21:08:35 -08:00

39 lines
No EOL
985 B
Text

{
"version": 1,
"minor_version": 1,
"key": "energy",
"data": {
"energy_sources": [
{
"type": "grid",
"flow_from": [
{
"stat_energy_from": "opower:pse_elec_4102501008_energy_consumption",
"stat_cost": "sensor.current_bill_electric_cost_to_date",
"entity_energy_price": null,
"number_energy_price": null
}
],
"flow_to": [],
"cost_adjustment_day": 0.0
},
{
"type": "gas",
"stat_energy_from": "opower:pse_gas_4102501009_energy_consumption",
"stat_cost": "sensor.current_bill_gas_cost_to_date",
"entity_energy_price": null,
"number_energy_price": null
}
],
"device_consumption": [
{
"stat_consumption": "sensor.rack_energy_usage",
"name": "Personal Rack"
},
{
"stat_consumption": "sensor.neon_energy_usage",
"name": "Neon Racks"
}
]
}
}