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
I am using the latest version of Alarmo (latest version can be found here)
I checked for similar existing requests (both open and closed) before posting.
Alarmo Version
v1.0.7
HA Version
2025.1.2
Bug description
Hello guys,
I have made a new install of hachs then Alarmo and when I want to configure Alarmo I have an error and this is what I have in the log session; after a check on the different issues and forum I haven't find anything:
Thanks a lot for your help and answer
Have a great day.
Steps to reproduce
On a fresh new install.
Relevant log output
Error setting up entry Alarmo for alarmo
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entrPasswordy(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/alarmo/__init__.py", line 57, in async_setup_entry
store = await async
/usr/src/homeassistant/homeassistant/config_entries.pyt_registry(hass)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/alarmo/store.py", line 681, in async_get_registry
return cast(AlarmoStorage, await task)
^^^^^^^^^^
KeyError: 'sensor_groups'
The text was updated successfully, but these errors were encountered:
2025-02-26 16:26:01.629 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Alarmo for alarmo
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 637, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/alarmo/__init__.py", line 57, in async_setup_entry
store = await async_get_registry(hass)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/alarmo/store.py", line 681, in async_get_registry
return cast(AlarmoStorage, await task)
^^^^^^^^^^
File "/config/custom_components/alarmo/store.py", line 676, in _load_reg
await registry.async_load()
File "/config/custom_components/alarmo/store.py", line 306, in async_load
data = await self._store.async_load()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 289, in async_load
result = await self._async_load()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 309, in _async_load
return await self._async_load_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 412, in _async_load_data
stored = await self._async_migrate_func(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
data["version"], data["minor_version"], data["data"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/config/custom_components/alarmo/store.py", line 284, in _async_migrate_func
forsensorGroupin data["sensor_groups"]
Checklist
Alarmo Version
v1.0.7
HA Version
2025.1.2
Bug description
Hello guys,
I have made a new install of hachs then Alarmo and when I want to configure Alarmo I have an error and this is what I have in the log session; after a check on the different issues and forum I haven't find anything:
Thanks a lot for your help and answer
Have a great day.
Steps to reproduce
On a fresh new install.
Relevant log output
The text was updated successfully, but these errors were encountered: