Add today's remaining production estimate (#91965)
This commit is contained in:
parent
32ffedd365
commit
64e4414a5e
5 changed files with 27 additions and 0 deletions
|
@ -34,6 +34,7 @@ async def async_get_config_entry_diagnostics(
|
|||
},
|
||||
"data": {
|
||||
"energy_production_today": coordinator.data.energy_production_today,
|
||||
"energy_production_today_remaining": coordinator.data.energy_production_today_remaining,
|
||||
"energy_production_tomorrow": coordinator.data.energy_production_tomorrow,
|
||||
"energy_current_hour": coordinator.data.energy_current_hour,
|
||||
"power_production_now": coordinator.data.power_production_now,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue