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
every few minute (1-2) i get the error below since update to HA 2025.01
Anything in the logs? Paste it here!
2025-01-04 21:17:20.203 ERROR (MainThread) [custom_components.spook] Unexpected exception from <function AbstractSpookRepair.async_activate.<locals>._async_inspect at 0x7f68c088fce0>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/debounce.py", line 137, in _handle_timer_finish
await task
File "/config/custom_components/spook/repairs.py", line 158, in _async_inspect
await self.async_inspect()
File "/config/custom_components/spook/ectoplasms/lovelace/repairs/unknown_entity_references.py", line 67, in async_inspect
entity_ids=self.__async_extract_entities(config),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/config/custom_components/spook/ectoplasms/lovelace/repairs/unknown_entity_references.py", line 98, in __async_extract_entities
entities.update(self.__async_extract_entities_from_view(view))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/config/custom_components/spook/ectoplasms/lovelace/repairs/unknown_entity_references.py", line 110, in __async_extract_entities_from_view
entities.update(self.__async_extract_entities_from_card(card))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/config/custom_components/spook/ectoplasms/lovelace/repairs/unknown_entity_references.py", line 202, in __async_extract_entities_from_card
entities.update(self.__async_extract_entities_from_card(card))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/config/custom_components/spook/ectoplasms/lovelace/repairs/unknown_entity_references.py", line 217, in __async_extract_entities_from_card
entities.update(self.__async_extract_entities_from_mushroom_chip(chip))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/config/custom_components/spook/ectoplasms/lovelace/repairs/unknown_entity_references.py", line 299, in __async_extract_entities_from_mushroom_chip
if chip := config.get("chip"):
^^^^^^^^^^
AttributeError: 'str' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
What version of Spook are you using?
3.1.0
What version of Home Assistant are you using?
2025.01.0
The problem
every few minute (1-2) i get the error below since update to HA 2025.01
Anything in the logs? Paste it here!
The text was updated successfully, but these errors were encountered: