energy 769 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "version": 1,
  3. "minor_version": 1,
  4. "key": "energy",
  5. "data": {
  6. "energy_sources": [
  7. {
  8. "type": "grid",
  9. "flow_from": [
  10. {
  11. "stat_energy_from": "sensor.total_energy",
  12. "stat_cost": "sensor.total_energy",
  13. "entity_energy_from": "sensor.total_energy",
  14. "entity_energy_price": null,
  15. "number_energy_price": null
  16. }
  17. ],
  18. "flow_to": [],
  19. "cost_adjustment_day": 0.0
  20. },
  21. {
  22. "type": "gas",
  23. "stat_energy_from": "sensor.gas_used",
  24. "stat_cost": null,
  25. "entity_energy_from": "sensor.gas_used",
  26. "entity_energy_price": null,
  27. "number_energy_price": null
  28. }
  29. ],
  30. "device_consumption": []
  31. }
  32. }