1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-04 16:50:18 +00:00

Update pyunifi component to use APIError passed from pyunifi 2.13. Better accommodate login failures with wrapper in pyunifi 2.13. (#7899)

* Pyunifi update

* Update pyunifi_test

* Import API Error

* Adjust test_unifi.py to import APIError

* Remove urllib import

* Remove urllib import from test

* Try fix mock

* Remove automations.yaml

* Lint
This commit is contained in:
Caleb
2017-06-17 13:09:27 -05:00
committed by Paulus Schoutsen
parent 363a429c41
commit a2fbc0d2ef
5 changed files with 15 additions and 14 deletions

View File

@@ -67,6 +67,7 @@ TEST_REQUIREMENTS = (
'pywebpush',
'PyJWT',
'restrictedpython',
'pyunifi',
)
IGNORE_PACKAGES = (