> Error handling message: Unknown error
> Traceback (most recent call last):
> File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 20, in _handle_async_response
> await func(hass, connection, msg)
> File "/usr/src/homeassistant/homeassistant/components/search/__init__.py", line 49, in websocket_search_related
> msg["id"], searcher.async_search(msg["item_type"], msg["item_id"])
> File "/usr/src/homeassistant/homeassistant/components/search/__init__.py", line 89, in async_search
> getattr(self, f"_resolve_{search_type}")(search_id)
> File "/usr/src/homeassistant/homeassistant/components/search/__init__.py", line 163, in _resolve_entity
> for entity in automation.automations_with_entity(self.hass, entity_id):
> File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 136, in automations_with_entity
> if entity_id in automation_entity.referenced_entities:
> File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 321, in referenced_entities
> for entity_id in _trigger_extract_entities(conf):
> File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 581, in _trigger_extract_entities
> return [sun.ENTITY_ID]
> AttributeError: module 'homeassistant.components.automation.sun' has no attribute 'ENTITY_ID'
+1 It’s a shame states is going to be removed, I’d rather it just gets depreciated. It’s not like HA doesn’t already use quite a bit of space with it’s 1000+ included components!
I suggest the tileboard UI, it’s a bit fiddly to set up but works far better than both ‘states’ or ‘lovelace’ UI for me on older devices.
Is there documentation on the correct way to deploy this? I have it seemingly working (post above), but have an error in the frontend which I would like to correct.
Expected a value of type `{entity,name,icon} | entity-id` for `entities.0.state_color` but received `true`.
I can not seem to find any reference to it on the blog post other than what I have quoted. Am I missing something?
I’ve checked the Lovelace changelog HERE, and there is no config listed, and also the entities card page HERE, again, nothing mentioned about state_color.