Bump aiohomekit to 3.0.9 (#103123)

This commit is contained in:
J. Nick Koston
2023-10-31 12:56:15 -05:00
committed by GitHub
parent 9b27552238
commit 3ebd029026
4 changed files with 6 additions and 4 deletions

View File

@ -884,7 +884,9 @@ class HKDevice:
self._config_changed_callbacks.add(callback_)
return partial(self._remove_config_changed_callback, callback_)
async def get_characteristics(self, *args: Any, **kwargs: Any) -> dict[str, Any]:
async def get_characteristics(
self, *args: Any, **kwargs: Any
) -> dict[tuple[int, int], dict[str, Any]]:
"""Read latest state from homekit accessory."""
return await self.pairing.get_characteristics(*args, **kwargs)