Skip to content

Commit

Permalink
Add history to diag
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Sep 18, 2024
1 parent 3e18f1c commit 37b6a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/teslemetry/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ async def async_get_config_entry_diagnostics(
{
"live": async_redact_data(x.live_coordinator.data, ENERGY_LIVE_REDACT),
"info": async_redact_data(x.info_coordinator.data, ENERGY_INFO_REDACT),
"history": x.history_coordinator.data,
}
for x in entry.runtime_data.energysites
]
Expand Down

0 comments on commit 37b6a51

Please sign in to comment.