Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Missing async_setup_entry in notify.py → Error on Home Assistant startup #506

@7wells

Description

@7wells

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions