mirror of
https://github.com/home-assistant/core.git
synced 2025-08-08 07:05:07 +02:00
UniFi - Temporary workaround to get device tracker to mark cli… (#32321)
This commit is contained in:
committed by
Paulus Schoutsen
parent
c43b7d10d8
commit
6ea20090a4
@@ -338,4 +338,4 @@ class UniFiDeviceTracker(ScannerEntity):
|
|||||||
@property
|
@property
|
||||||
def should_poll(self):
|
def should_poll(self):
|
||||||
"""No polling needed."""
|
"""No polling needed."""
|
||||||
return False
|
return True
|
||||||
|
@@ -62,4 +62,4 @@ class UniFiClient(Entity):
|
|||||||
@property
|
@property
|
||||||
def should_poll(self) -> bool:
|
def should_poll(self) -> bool:
|
||||||
"""No polling needed."""
|
"""No polling needed."""
|
||||||
return False
|
return True
|
||||||
|
Reference in New Issue
Block a user