Is there a way to “unconfigure” a HomeKit component that has been added to Home Assistant via the HomeKit Controller component? I have a hub that I tried adding in HA using the HomeKit Controller configure UI, which I’d like to add back directly to Apple HomeKit, but I can’t until I “remove it” from the existing controller. I can’t find any way to do this?
I have the same question about removing the Homekit component. First I paired my LG TV with home assistant with the homekit component. I didn’t see the benefits from it so I unpaired it via my TV. Now the following message will keep appear. How can I remove this error?
Thank you for the support!
Error doing job: Task exception was never retrieved components/homekit_controller/config_flow.py (ERROR)
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 109, in async_init
result = await self._async_handle_step(flow, flow.init_step, data)
File “/usr/src/homeassistant/homeassistant/data_entry_flow.py”, line 172, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
File “/usr/src/homeassistant/homeassistant/components/homekit_controller/config_flow.py”, line 234, in async_step_zeroconf
existing = find_existing_host(self.hass, hkid)
File “/usr/src/homeassistant/homeassistant/components/homekit_controller/config_flow.py”, line 61, in find_existing_host
if entry.data[“AccessoryPairingID”] == serial:
KeyError: ‘AccessoryPairingID’
Upgraded from 106.5 to 107.7 now, and the error is gone. I have an Yeelight light bulb that was detected before V106, were not detected in V106 when the error started showing up, and it’s again being detected now in V107.