1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00

UniFi - Temporary workaround to get device tracker to mark cli… (#32321)

This commit is contained in:
Robert Svensson 2020-02-28 19:28:03 +01:00 committed by GitHub
parent 3dc1ece33c
commit f17462b159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -338,4 +338,4 @@ class UniFiDeviceTracker(ScannerEntity):
@property
def should_poll(self):
"""No polling needed."""
return False
return True

View File

@ -62,4 +62,4 @@ class UniFiClient(Entity):
@property
def should_poll(self) -> bool:
"""No polling needed."""
return False
return True