Fix KNX telegram device trigger not firing after integration reload (#107388)
This commit is contained in:
parent
2a8444b245
commit
a9b51f0255
4 changed files with 12 additions and 8 deletions
|
@ -82,6 +82,9 @@ DATA_HASS_CONFIG: Final = "knx_hass_config"
|
|||
ATTR_COUNTER: Final = "counter"
|
||||
ATTR_SOURCE: Final = "source"
|
||||
|
||||
# dispatcher signal for KNX interface device triggers
|
||||
SIGNAL_KNX_TELEGRAM_DICT: Final = "knx_telegram_dict"
|
||||
|
||||
AsyncMessageCallbackType = Callable[[Telegram], Awaitable[None]]
|
||||
MessageCallbackType = Callable[[Telegram], None]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue