mirror of
https://github.com/home-assistant/core.git
synced 2025-11-27 03:28:04 +00:00
Add storage for cacheable homekit entity maps. (#23191)
This commit is contained in:
@@ -152,7 +152,7 @@ class HomekitControllerFlowHandler(config_entries.ConfigFlow):
|
||||
"HomeKit info %s: c# incremented, refreshing entities",
|
||||
hkid)
|
||||
self.hass.async_create_task(
|
||||
conn.async_config_num_changed(config_num))
|
||||
conn.async_refresh_entity_map(config_num))
|
||||
return self.async_abort(reason='already_configured')
|
||||
|
||||
old_pairings = await self.hass.async_add_executor_job(
|
||||
|
||||
Reference in New Issue
Block a user