core/homeassistant/components/unifi
Jason Hunter 5a4c1dbcc4
Add DPI Restriction switch to UniFi integration (#42499)
* initial implementation for controlling DPI restrictions

* address PR review comments and add DataUpdateCoordinator

* fix existing tests against new lib version

* add tests for DPI switches

* bump aiounifi

* listen to events instead of polling

* fix tests

* remove useless test

* bump aiounifi

* rename device to UniFi Controller per PR feedback
2020-11-03 08:36:37 +01:00
..
translations Add DPI Restriction switch to UniFi integration (#42499) 2020-11-03 08:36:37 +01: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 Add DPI Restriction switch to UniFi integration (#42499) 2020-11-03 08:36:37 +01:00
device_tracker.py Cleanup unused loggers (components N-Z + tests) (#41982) 2020-10-16 21:24:08 -05:00
errors.py
manifest.json Add DPI Restriction switch to UniFi integration (#42499) 2020-11-03 08:36:37 +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 Add DPI Restriction switch to UniFi integration (#42499) 2020-11-03 08:36:37 +01:00