You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating and restarting the docker container, the integration stopped working with the error message below.
Logger: homeassistant.config_entries
Source: components/homekit/accessories.py:665
First occurred: 08:03:35 (1 occurrences)
Last logged: 08:03:35
Error setting up entry HASS Bridge:21064 for homekit
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 365, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/homekit/__init__.py", line 341, in async_setup_entry
await homekit.async_start()
File "/usr/src/homeassistant/homeassistant/components/homekit/__init__.py", line 778, in async_start
if not await self._async_create_accessories():
File "/usr/src/homeassistant/homeassistant/components/homekit/__init__.py", line 940, in _async_create_accessories
acc = await self._async_create_bridge_accessory(entity_states)
File "/usr/src/homeassistant/homeassistant/components/homekit/__init__.py", line 929, in _async_create_bridge_accessory
self.add_bridge_triggers_accessory(device, device_triggers)
File "/usr/src/homeassistant/homeassistant/components/homekit/__init__.py", line 708, in add_bridge_triggers_accessory
DeviceTriggerAccessory(
File "/usr/src/homeassistant/homeassistant/components/homekit/type_triggers.py", line 49, in __init__
serv_stateless_switch = self.add_preload_service(
File "/usr/local/lib/python3.10/site-packages/pyhap/accessory.py", line 129, in add_preload_service
self.add_service(service)
File "/usr/local/lib/python3.10/site-packages/pyhap/accessory.py", line 151, in add_service
self.iid_manager.assign(s)
File "/usr/local/lib/python3.10/site-packages/pyhap/iid_manager.py", line 31, in assign
iid = self.get_iid_for_obj(obj)
File "/usr/src/homeassistant/homeassistant/components/homekit/accessories.py", line 665, in get_iid_for_obj
raise RuntimeError(
RuntimeError: Cannot assign IID 8 to <service display_name=StatelessProgrammableSwitch unique_id=changed_states- chars={'ProgrammableSwitchEvent': None, 'Name': '', 'ServiceLabelIndex': 1}> as it is already in use by: <service display_name=StatelessProgrammableSwitch unique_id=changed_states- chars={'ProgrammableSwitchEvent': None, 'Name': 'Changed_States', 'ServiceLabelIndex': 1}>
What version of Home Assistant Core has the issue?
Home Assistant 2022.11.2
What was the last working version of Home Assistant Core?
Home Assistant 2022.11.0
What type of installation are you running?
Home Assistant Container
Integration causing the issue
HomeKit
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
The problem
After updating and restarting the docker container, the integration stopped working with the error message below.
What version of Home Assistant Core has the issue?
Home Assistant 2022.11.2
What was the last working version of Home Assistant Core?
Home Assistant 2022.11.0
What type of installation are you running?
Home Assistant Container
Integration causing the issue
HomeKit
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: