Izone component (#24550)

* iZone component

* Rename constants to const.

* Changes as per code review.

* Stop listening if discovery times out.

* Unload properly

* Changes as per code review

* Climate 1.0

* Use dispatcher instead of listener

* Free air settings

* Test case for config flow.

* Changes as per code review

* Fix error on shutdown

* Changes as per code review

* Lint fix

* Black formatting

* Black on test

* Fix test

* Lint fix

* Formatting

* Updated requirements

* Remaining patches

* Per code r/v
This commit is contained in:
Penny Wood 2019-09-20 05:31:54 +08:00 committed by Martin Hjelmare
parent c8fb7ce98b
commit b68b8430a4
16 changed files with 894 additions and 0 deletions

View file

@ -145,6 +145,7 @@ TEST_REQUIREMENTS = (
"pyspcwebgw",
"python_awair",
"python-forecastio",
"python-izone",
"python-nest",
"python-velbus",
"pythonwhois",