mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Fix inheritance order for KNX notify (#116600)
This commit is contained in:
parent
10bc66ac77
commit
8eb1970721
@ -97,7 +97,7 @@ def _create_notification_instance(xknx: XKNX, config: ConfigType) -> XknxNotific
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class KNXNotify(NotifyEntity, KnxEntity):
|
class KNXNotify(KnxEntity, NotifyEntity):
|
||||||
"""Representation of a KNX notification entity."""
|
"""Representation of a KNX notification entity."""
|
||||||
|
|
||||||
_device: XknxNotification
|
_device: XknxNotification
|
||||||
|
Loading…
x
Reference in New Issue
Block a user