mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Only subscribe to specific UniFi object ID (#84787)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user