UniFi - Temporary workaround to get device tracker to mark cli… (#32321)
This commit is contained in:
parent
3dc1ece33c
commit
f17462b159
2 changed files with 2 additions and 2 deletions
|
@ -338,4 +338,4 @@ class UniFiDeviceTracker(ScannerEntity):
|
|||
@property
|
||||
def should_poll(self):
|
||||
"""No polling needed."""
|
||||
return False
|
||||
return True
|
||||
|
|
|
@ -62,4 +62,4 @@ class UniFiClient(Entity):
|
|||
@property
|
||||
def should_poll(self) -> bool:
|
||||
"""No polling needed."""
|
||||
return False
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue