1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00

Add missing callback decorator to event helpers

This commit is contained in:
Erik
2023-06-12 17:25:22 +02:00
parent 239e2d9820
commit c986675188

View File

@@ -412,6 +412,7 @@ def _async_entity_registry_updated_filter(
@bind_hass
@callback
def async_track_entity_registry_updated_event(
hass: HomeAssistant,
entity_ids: str | Iterable[str],
@@ -463,6 +464,7 @@ def _async_dispatch_device_id_event(
)
@callback
def async_track_device_registry_updated_event(
hass: HomeAssistant,
device_ids: str | Iterable[str],