hass-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 UniFi - Store controller in config_entry.entry_id (#34553) 2020-04-23 16:48:24 +02:00
config_flow.py UniFi - Sites don't declare role on UniFiOS 1.7.0 beta (#35555) 2020-05-13 00:37:16 +02:00
const.py UniFi - Allow tracking of clients connected to third party APs (#34067) 2020-04-17 08:39:01 +02:00
controller.py UniFi - Sites don't declare role on UniFiOS 1.7.0 beta (#35555) 2020-05-13 00:37:16 +02:00
device_tracker.py Improve unifi device tracker performance (#37308) 2020-07-02 17:46:37 -05: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 UniFi - Sites don't declare role on UniFiOS 1.7.0 beta (#35555) 2020-05-13 00:37:16 +02:00
sensor.py UniFi - Fix disabled entities being enabled after a restart (#35819) 2020-05-19 23:57:41 +02:00
strings.json UniFi - Remove unused string definition, pointed out by Bram (#35678) 2020-05-15 23:43:00 +02:00
switch.py UniFi - Fix disabled entities being enabled after a restart (#35819) 2020-05-19 23:57:41 +02:00
unifi_client.py UniFi - Additional consolidation for cleanliness sake (#35395) 2020-05-09 00:34:18 +02:00
unifi_entity_base.py UniFi - Fix disabled entities being enabled after a restart (#35819) 2020-05-19 23:57:41 +02:00