217 files
This commit is contained in:
@@ -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, [])
|
||||
|
||||
Reference in New Issue
Block a user