how to move homekit_controller-entity-map to new home assistant core instance
I’m running Home Assistant core 2022.11.2 and Home Assistant core 2023.9.3
I can see some homekit devices in HomeKit Controller via home assistant core 2022.11.2,port 8123
config files and specifically the homekit related files in the storage folder.
.storage
Looking for the configuration entries for HomeKit, I’ve come across these:
.storage/core.config_entries:177: "domain": "homekit_controller",
.storage/core.config_entries:462: "domain": "homekit",
.storage/core.device_registry:552: "homekit",
.storage/core.device_registry:554: "homekit.bridge"
.storage/core.device_registry:558: "model": "HomeKit Bridge",
.storage/core.device_registry:705: "homekit",
.storage/core.device_registry:707: "homekit.bridge"
Deleted the Device from .storage/core.entity_registry and .storage/core.device_registry and saved the files.
Bitchy entities can be deleted by deleting the corresponding code block in .storage/core.entity_registry, and devices in .storage/core.device_registry. But: Take care! Backup the file, stop HA, edit the file via terminal, and restart HA. Otherwise your whole HA can be broken.
Is this correct,?
Is it possible to move my old single Homekit config to the new install ?
other
HomeKit Devices lose functionality when using HomeKit Controller Integration
https://community.home-assistant.io/t/homekit-is-this-correct-and-what-is-wrong/366014/8