core/homeassistant/components/unifi
J. Nick Koston b450d4c135
Improve unifi performance with many devices (#45006)
With 250 clients, there were about 18000 timers updated every
minute. To avoid this, we check which entities should be set
to not_home only once every second.
2021-01-10 20:12:21 +01:00
..
translations
__init__.py
config_flow.py
const.py
controller.py Improve unifi performance with many devices (#45006) 2021-01-10 20:12:21 +01:00
device_tracker.py Improve unifi performance with many devices (#45006) 2021-01-10 20:12:21 +01:00
errors.py
manifest.json Support more errors to better do retries in UniFi (#44108) 2020-12-10 21:25:50 +01:00
sensor.py
strings.json
switch.py
unifi_client.py
unifi_entity_base.py