mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Only subscribe to specific UniFi object ID (#84787)
This commit is contained in:
parent
f51cf87361
commit
9f399a1bbe
@ -83,6 +83,7 @@ class UnifiEntity(Entity, Generic[HandlerT, DataT]):
|
||||
self.async_on_remove(
|
||||
handler.subscribe(
|
||||
self.async_signalling_callback,
|
||||
id_filter=self._obj_id,
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user