hass-core/tests/components/unifi
Robert Svensson 83a75b02ea
Code quality improvements to UniFi integration (#45794)
* Do less inside try statements

* Replace controller id with config entry id since it doesn't serve a purpose anymore

* Improve how controller connection state is communicated in the client and device tracker
Remove the need to disable arguments-differ lint

* Remove broad exception handling from config flow
I'm not sure there ever was a reason for this more than to catch all exceptions

* Replace site string with constant for SSDP title_placeholders

* Unload platforms in the defacto way

* Noone reads the method descriptions

* Improve file descriptions
2021-02-01 17:55:16 +01:00
..
__init__.py
conftest.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_config_flow.py Code quality improvements to UniFi integration (#45794) 2021-02-01 17:55:16 +01:00
test_controller.py Code quality improvements to UniFi integration (#45794) 2021-02-01 17:55:16 +01:00
test_device_tracker.py Don't parse previous messages when UniFi connection state change to available (#45544) 2021-01-26 16:41:28 +01:00
test_init.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_sensor.py Add DPI Restriction switch to UniFi integration (#42499) 2020-11-03 08:36:37 +01:00
test_switch.py Add DPI Restriction switch to UniFi integration (#42499) 2020-11-03 08:36:37 +01:00