| 1234567891011121314151617181920212223242526272829303132 |
- {
- "version": 1,
- "minor_version": 1,
- "key": "energy",
- "data": {
- "energy_sources": [
- {
- "type": "grid",
- "flow_from": [
- {
- "stat_energy_from": "sensor.total_energy",
- "stat_cost": "sensor.total_energy",
- "entity_energy_from": "sensor.total_energy",
- "entity_energy_price": null,
- "number_energy_price": null
- }
- ],
- "flow_to": [],
- "cost_adjustment_day": 0.0
- },
- {
- "type": "gas",
- "stat_energy_from": "sensor.gas_used",
- "stat_cost": null,
- "entity_energy_from": "sensor.gas_used",
- "entity_energy_price": null,
- "number_energy_price": null
- }
- ],
- "device_consumption": []
- }
- }
|