mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Update aiohomekit to subscribe more like iOS (#50997)
This commit is contained in:
parent
4d527c5cd2
commit
3cef96e78a
@ -267,7 +267,7 @@ class HKDevice:
|
|||||||
if self._polling_interval_remover:
|
if self._polling_interval_remover:
|
||||||
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(
|
return await self.hass.config_entries.async_unload_platforms(
|
||||||
self.config_entry, self.platforms
|
self.config_entry, self.platforms
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "HomeKit Controller",
|
"name": "HomeKit Controller",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
|
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
|
||||||
"requirements": ["aiohomekit==0.2.62"],
|
"requirements": ["aiohomekit==0.2.64"],
|
||||||
"zeroconf": ["_hap._tcp.local."],
|
"zeroconf": ["_hap._tcp.local."],
|
||||||
"after_dependencies": ["zeroconf"],
|
"after_dependencies": ["zeroconf"],
|
||||||
"codeowners": ["@Jc2k", "@bdraco"],
|
"codeowners": ["@Jc2k", "@bdraco"],
|
||||||
|
@ -175,7 +175,7 @@ aioguardian==1.0.4
|
|||||||
aioharmony==0.2.7
|
aioharmony==0.2.7
|
||||||
|
|
||||||
# homeassistant.components.homekit_controller
|
# homeassistant.components.homekit_controller
|
||||||
aiohomekit==0.2.62
|
aiohomekit==0.2.64
|
||||||
|
|
||||||
# homeassistant.components.emulated_hue
|
# homeassistant.components.emulated_hue
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
|
@ -112,7 +112,7 @@ aioguardian==1.0.4
|
|||||||
aioharmony==0.2.7
|
aioharmony==0.2.7
|
||||||
|
|
||||||
# homeassistant.components.homekit_controller
|
# homeassistant.components.homekit_controller
|
||||||
aiohomekit==0.2.62
|
aiohomekit==0.2.64
|
||||||
|
|
||||||
# homeassistant.components.emulated_hue
|
# homeassistant.components.emulated_hue
|
||||||
# homeassistant.components.http
|
# homeassistant.components.http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user