Commit Graph

14 Commits (0f5efca76b6cbec9a0237b2229d5e01894e7431b)

Author SHA1 Message Date
Marc Mueller 283b4abe67
Update typing 09 () 2021-03-18 10:02:00 +01:00
Erik Montnemery af4d06b12e
Update integrations f-i to override extra_state_attributes() () 2021-03-11 16:57:47 +01:00
Nick Adams cc72cf0c0d
Update izone services.yaml and remove entity_id from schema. ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-03-03 11:51:40 +01:00
Franck Nijhof 4904207f77
Fix izone flake8 error () 2021-03-02 16:58:02 +01:00
Nick Adams 027d125617
Add services for izone airflow min/max ()
* Create airflow_min and airflow_max services for the izone component
* Bump pizone library requirement
2021-03-02 20:58:41 +08:00
Sly Gryphon 91a54eecb3
Add izone control zone () 2021-02-01 09:48:50 +01:00
springstan 92379ad8d2
Use list literal without using dict.keys() () 2020-10-30 09:19:13 -05:00
Sly Gryphon 4ef581622d
Feature/izone temperature precision ()
* Change to precision tenths for current temp
2020-07-16 08:05:31 +08:00
Erik Montnemery 29bc93ea98
Rename ClimateDevice to ClimateEntity () 2020-04-25 18:04:03 +02:00
Paulus Schoutsen aaa1d06809
Directly call async_write_ha_state ()
* Directly call async_write_ha_state

* Address comments

* Fix tests
2020-04-01 14:19:51 -07:00
Penny Wood c56530a712
Connect to more recent versions of IZone ()
* Update to new version of python-izone

* Improve disconnection handling.

* Update requirements-all

* Lint fix
2020-03-11 09:26:16 -07:00
springstan 157f972d72
Use f-strings in integrations starting with "H" - "L" ()
* Use f-strings in integrations starting with "H"

* Use f-strings in integrations starting with "I"

* Use f-strings in integrations starting with "J"

* Use f-strings in integrations starting with "K"

* Use f-strings in integrations starting with "L"

* Fix lint error

* Use join instead of f-string in homekit_controller

* Use local variables with f-strings

* Fix lint error

* Escape the characters in f-string

* Sort imports with isort in homeworks light

* Fix pylint error

* Fix broken tests

* Fix broken tests v2
2020-02-28 12:39:29 +01: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