I am trying to resolve all the errors that I have in my Home Assistant instance.
When I go to logs I see
Failed to create a HomeKit accessory for select.sto_playlist
which I have no clue where it is coming from.
Logger: homeassistant.components.homekit
Source: components/homekit/type_switches.py:270
Integration: HomeKit (documentation, issues)
First occurred: 2:01:27 PM (1 occurrences)
Last logged: 2:01:27 PM
Failed to create a HomeKit accessory for select.sto_playlist
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/homekit/__init__.py", line 614, in add_bridge_accessory
acc = get_accessory(self.hass, self.driver, state, aid, conf)
File "/usr/src/homeassistant/homeassistant/components/homekit/accessories.py", line 214, in get_accessory
return TYPES[a_type](hass, driver, name, state.entity_id, aid, config)
File "/usr/src/homeassistant/homeassistant/components/homekit/type_switches.py", line 270, in __init__
self.set_primary_service(self.select_chars[options[0]])
IndexError: list index out of range
Please advise