core/homeassistant/components/unifi
J. Nick Koston f352c51990
Improve unifi device tracker performance (#37308)
* Improve unifi device tracker performance

The unifi websocket sends an update every second
which generates a significant amount of state
changed updates.

Avoid creating callback functions when they
are not going to be used.

* make _no_heartbeat/_make_disconnected instance methods

* remove extra empty line

* revert is_wired change

* remove extra line
2020-07-02 17:46:37 -05:00
..
translations [ci skip] Translation update 2020-06-23 00:09:06 +00:00
__init__.py
config_flow.py
const.py
controller.py
device_tracker.py Improve unifi device tracker performance (#37308) 2020-07-02 17:46:37 -05:00
errors.py
manifest.json
sensor.py UniFi - Fix disabled entities being enabled after a restart (#35819) 2020-05-19 23:57:41 +02:00
strings.json
switch.py UniFi - Fix disabled entities being enabled after a restart (#35819) 2020-05-19 23:57:41 +02:00
unifi_client.py
unifi_entity_base.py UniFi - Fix disabled entities being enabled after a restart (#35819) 2020-05-19 23:57:41 +02:00