Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ async def async_unload(self):
if self._polling_interval_remover:
self._polling_interval_remover()

await self.pairing.unsubscribe(self.watchable_characteristics)
await self.pairing.close()

return await self.hass.config_entries.async_unload_platforms(
self.config_entry, self.platforms
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "HomeKit Controller",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"requirements": ["aiohomekit==0.2.62"],
"requirements": ["aiohomekit==0.2.64"],
"zeroconf": ["_hap._tcp.local."],
"after_dependencies": ["zeroconf"],
"codeowners": ["@Jc2k", "@bdraco"],
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ aioguardian==1.0.4
aioharmony==0.2.7

# homeassistant.components.homekit_controller
aiohomekit==0.2.62
aiohomekit==0.2.64

# homeassistant.components.emulated_hue
# homeassistant.components.http
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ aioguardian==1.0.4
aioharmony==0.2.7

# homeassistant.components.homekit_controller
aiohomekit==0.2.62
aiohomekit==0.2.64

# homeassistant.components.emulated_hue
# homeassistant.components.http
Expand Down