217 files

This commit is contained in:
Home Assistant Version Control
2026-07-30 23:59:38 +00:00
parent d43a63ad29
commit 7b5e46e702
217 changed files with 15978 additions and 3912 deletions
@@ -152,7 +152,7 @@ class Analytics:
def install_id(self) -> str | None:
return self._data.install_id
async def _prepare_payload(self) -> dict:
async def _prepare_payload(self) -> dict[str, Any]:
powercalc_integration = await async_get_integration(self.hass, DOMAIN)
runtime_data: RuntimeAnalyticsData = self.hass.data[DOMAIN][DATA_ANALYTICS]
power_profiles: list[PowerProfile] = runtime_data.get(DATA_POWER_PROFILES, [])