mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +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(
|
self.async_on_remove(
|
||||||
handler.subscribe(
|
handler.subscribe(
|
||||||
self.async_signalling_callback,
|
self.async_signalling_callback,
|
||||||
|
id_filter=self._obj_id,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user