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 adding in HACS and setup in config and secret - getting this error: Am I missing something?
2024-01-15 12:36:31.368 ERROR (MainThread) [homeassistant.setup] Error during setup of component ica_shopping_list
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 332, in _async_setup_component
result = await task
^^^^^^^^^^
File "/config/custom_components/ica_shopping_list/init.py", line 112, in async_setup
await data.async_load()
File "/config/custom_components/ica_shopping_list/init.py", line 298, in async_load
self.items = await self.hass.async_add_job(load)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ica_shopping_list/init.py", line 288, in load
source = row["SourceId"]
KeyError: 'SourceId'
The text was updated successfully, but these errors were encountered:
After adding in HACS and setup in config and secret - getting this error: Am I missing something?
2024-01-15 12:36:31.368 ERROR (MainThread) [homeassistant.setup] Error during setup of component ica_shopping_list
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 332, in _async_setup_component
result = await task
^^^^^^^^^^
File "/config/custom_components/ica_shopping_list/init.py", line 112, in async_setup
await data.async_load()
File "/config/custom_components/ica_shopping_list/init.py", line 298, in async_load
self.items = await self.hass.async_add_job(load)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/ica_shopping_list/init.py", line 288, in load
source = row["SourceId"]
The text was updated successfully, but these errors were encountered: