This repository was archived by the owner on Nov 11, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Missing async_setup_entry in notify.py → Error on Home Assistant startup #506
Copy link
Copy link
Open
Labels
Description
What version of Integration has the issue?
2.14.2
System Health details
NA
Checklist
- I have NOT enabled debug logging for my installation.
- This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
Describe the issue
Hello!
After installing the Xplora® Watch integration via HACS, Home Assistant throws this error on startup:
Error while setting up xplora_watch platform for notify: module 'custom_components.xplora_watch.notify' has no attribute 'async_setup_entry'
Reproduction steps
NA
Debug logs
Logger: homeassistant.components.notify
Quelle: helpers/entity_platform.py:377
Integration: Benachrichtigungen (Dokumentation, Probleme)
Erstmals aufgetreten: 17:14:53 (1 Vorkommnisse)
Zuletzt protokolliert: 17:14:53
Error while setting up xplora_watch platform for notify: module 'custom_components.xplora_watch.notify' has no attribute 'async_setup_entry'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 377, in _async_setup_platform
awaitable = async_create_setup_awaitable()
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 345, in async_create_setup_awaitable
return platform.async_setup_entry( # type: ignore[union-attr]
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'custom_components.xplora_watch.notify' has no attribute 'async_setup_entry'
Reactions are currently unavailable