hass-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 [ci skip] Translation update 2020-12-10 00:03:01 +00:00
__init__.py Remove deprecated UniFi yaml configuration support (#41954) 2020-10-16 11:55:44 -05:00
config_flow.py Add DPI Restriction switch to UniFi integration (#42499) 2020-11-03 08:36:37 +01:00
const.py Add DPI Restriction switch to UniFi integration (#42499) 2020-11-03 08:36:37 +01:00
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 UniFi - Sites don't declare role on UniFiOS 1.7.0 beta (#35555) 2020-05-13 00:37:16 +02:00
manifest.json Support more errors to better do retries in UniFi (#44108) 2020-12-10 21:25:50 +01:00
sensor.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
strings.json Add DPI Restriction switch to UniFi integration (#42499) 2020-11-03 08:36:37 +01:00
switch.py Add DPI Restriction switch to UniFi integration (#42499) 2020-11-03 08:36:37 +01:00
unifi_client.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
unifi_entity_base.py Exclude disabled entities from async_entries_for_device (#43665) 2020-11-27 09:03:44 +01:00