I am using Milight light bulbs with LimitlessLed integration in Home Assistant for quite a wile and they work ok.
I am using version 5 of the milight hub.
After some updates ago, my lights stopped working.
If i check my logs i see fallowing error:
2020-03-16 15:35:08 ERROR (MainThread) [frontend.js.latest.202002205] https://192.168.1.9:8123/frontend_latest/chunk.a93d2cde3125a37e3274.js:1698:5026 TypeError: e is undefined
2020-03-16 15:35:16 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.139798220607952] 'light.living_old'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 134, in handle_call_service
connection.context(msg),
File "/usr/src/homeassistant/homeassistant/core.py", line 1230, in async_call
await asyncio.shield(self._execute_service(handler, service_call))
File "/usr/src/homeassistant/homeassistant/core.py", line 1253, in _execute_service
await handler.func(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 198, in handle_service
self._platforms.values(), func, call, required_features
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 368, in entity_service_call
entity_ids.remove(entity.entity_id)
KeyError: 'light.living_old'
Can someone give me a hand of how i can fix this, can you point me on the right info please.
Thanks