Move add Device tracker entities to UniFi controller (#84883)

This commit is contained in:
Robert Svensson
2023-01-03 20:59:28 +01:00
committed by GitHub
parent 45fbbbaea1
commit a75bad3a83
2 changed files with 5 additions and 30 deletions

View File

@@ -206,7 +206,7 @@ class UniFiController:
"""Create UniFi entity."""
if not description.allowed_fn(
self, obj_id
) or not description.supported_fn(self.api, obj_id):
) or not description.supported_fn(self, obj_id):
return
entity = unifi_platform_entity(obj_id, self, description)