1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-26 06:37:52 +00:00

9 Commits

Author SHA1 Message Date
Marc Mueller
7a89e58873
Use builtin TimeoutError [e-i] () 2024-02-05 12:00:37 +01:00
Marc Mueller
71d985e4d6
Use asyncio.timeout [i-n] () 2023-08-15 14:32:15 +02:00
Franck Nijhof
5e81d28116
Update black to 23.1.0 () 2023-02-02 18:35:24 +01:00
Marc Mueller
ab67ba20f5
Update pylint plugin to validate _async_has_devices () 2022-02-14 18:10:50 +01:00
Franck Nijhof
c68b259bd3
Cleanup of unused connection_class logic ()
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-04-29 23:12:58 +02:00
Franck Nijhof
6932cf9534
Use contextlib.suppress where possible () 2021-03-23 14:36:43 +01:00
Penny Wood
7c7b357357
Handle older Izone controller ()
* Updated to new library
* Fixed config flow exception
2021-01-16 21:24:00 +08:00
springstan
8def0326dd Move imports to top for izone ()
* Move imports to top for izone

* Isorted all imports, fixed tests for config_flow
2019-12-06 06:08:08 +01:00
Penny Wood
b68b8430a4 Izone component ()
* 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
2019-09-19 23:31:54 +02:00