Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting 'Config flow could not be loaded: {"message":"Invalid handler specified"}' when adding Alarm.com integration #434

Open
shashchatter opened this issue Jan 11, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@shashchatter
Copy link

Describe the bug
Added HACS, downloaded Alarm.com component, tried to add Alarm.com integration. Got the popup saying trying to configure, which then got the error "Config flow could not be loaded: {"message":"Invalid handler specified"}".

Log file shows:

2025-01-11 18:43:49.602 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-01-11 18:43:49.610 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alarmdotcom which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-01-11 18:48:50.394 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration alarmdotcom: No module named 'pyalarmdotcomajax'
2025-01-11 19:02:27.771 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration alarmdotcom: No module named 'pyalarmdotcomajax'
2025-01-11 19:05:30.254 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration alarmdotcom: No module named 'pyalarmdotcomajax'

To Reproduce
Steps to reproduce the behavior:
Setings->Devices & Services->+ Add Integration->Select Brand
"Alarm.com" in search field, click on Alaem.com

Expected behavior
UI dialog to configure alarm.com credentials

Screenshots
Pretty much the same as tect, can add if needed

** Home Assistant Version:**
Core 2024.12.5
Frontend 20241127.8

Additional context
Running container version as a Kubernetes pod on Raspberry Pi
Linux chl0104-tpi1pi4 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 Linux

ls -l custom_components/
total 8
drwxr-xr-x 4 nobody nogroup 4096 Jan 11 12:49 alarmdotcom
drwxr-xr-x 9 nobody nogroup 4096 Jan 11 11:19 hacs

ls -l deps
total 180
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:40 aiohappyeyeballs
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:40 aiohappyeyeballs-2.4.4.dist-info
drwxr-xr-x 4 nobody nogroup 4096 Jan 11 11:42 aiohttp
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:42 aiohttp-3.11.11.dist-info
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:41 aiohttp.libs
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:40 aiosignal
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:40 aiosignal-1.3.2.dist-info
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:41 attr
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:40 attrs
drwxr-xr-x 3 nobody nogroup 4096 Jan 11 11:41 attrs-24.2.0.dist-info
drwxr-xr-x 3 nobody nogroup 4096 Jan 11 11:42 beautifulsoup4-4.12.3.dist-info
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 12:49 bin
drwxr-xr-x 4 nobody nogroup 4096 Jan 11 11:42 bs4
drwxr-xr-x 5 nobody nogroup 4096 Jan 11 11:40 dateutil
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:39 frozenlist
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:39 frozenlist-1.5.0.dist-info
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:41 idna
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:41 idna-3.10.dist-info
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:39 multidict
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:40 multidict-6.1.0.dist-info
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:39 multidict.libs
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:40 propcache
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:40 propcache-0.2.1.dist-info
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:40 propcache.libs
drwxr-xr-x 4 nobody nogroup 4096 Jan 11 12:48 pyalarmdotcomajax
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 12:49 pyalarmdotcomajax-0.5.12.dist-info
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:40 python_dateutil-2.9.0.post0.dist-info
drwxr-xr-x 2 nobody nogroup 4096 Jan 11 11:41 six-1.17.0.dist-info
-rw-r--r-- 1 nobody nogroup 34703 Jan 11 11:40 six.py

@shashchatter shashchatter added the bug Something isn't working label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant