Commit graph

13 commits

Author SHA1 Message Date
Paulus Schoutsen
46e030662d Fix pylint 1.7.2 no-else-return issues ()
* Fix pylint 1.7.2 no-else-return issues

* Update tomato.py
2017-07-05 23:30:01 -07:00
Fabian Affolter
3ee4d1060f Update docstrings ()
* Update docstrings

* Update docstrings

* Update docstrings

* Update docstrings

* update docstrings

* Update docstrings

* Update docstrings

* Update docstrings

* Update docstrings

* Update docstrings

* Update tomato.py

* Update isy994.py

* Lint + fix tests

* Lint
2017-04-29 22:04:49 -07:00
Paulus Schoutsen
b939626497 Fix tests no internet ()
* Fix honeywell tests without internet

* Fix device tracker without internet

* Fix MFI using internet during tests

* Remove I/O from apns tests
2017-03-04 17:15:20 -08:00
Thibault Cohen
31bf5b8ff0 Improve Honeywell US climate component ()
* Improve Honeywell US climate component

* Fix tests

* Fix tests

* Add cool_away_temp and heat_away_temp for honeywell US

* Fix honeywell tests

* Fix PR comments
2017-03-01 23:49:49 -08:00
Paulus Schoutsen
50b326c7fc Upgrade somecomfort () 2017-01-17 21:04:56 -08:00
Paulus Schoutsen
7774a03a55 Move Honeywell I/O out of event loop () 2016-11-06 07:53:54 -08:00
Paulus Schoutsen
ee5f228309 Make services yield ()
* Make services yield

* Disable pylint abstract-method check

* add input_select

* add input_slider

* change to async vers.

* fix lint

* yield on add_entities as other components does
2016-11-03 18:32:14 -07:00
Fabian Affolter
be272ac64a Disable too-many-* ()
* Disable too-many-* and too-few-public-methods

* Remove globally disabled pylint warnings
2016-10-30 22:18:53 +01:00
Russell Cloran
7c2cb6cffd Separate climate platform and presentation units ()
* Separate platform and presentation units in climate

* Fix unit tests

Maybe

* Fix unit tests some more

Maybe

* Rename _platform_unit_of_measurement to temperature_unit

* Fix tests for renamed attribute
2016-10-11 00:00:29 -07:00
Dan Smith
bac8ffdd52 Bump somecomfort to 0.3.2 ()
This has fixes related to 
2016-09-23 22:15:05 -07:00
Fabian Affolter
78313c793c Migrate to voluptuous () 2016-09-11 09:21:16 +02:00
John Arild Berentsen
ba28208106 Added stuff for support range setting () 2016-09-09 11:06:53 -06:00
John Arild Berentsen
ada4de3ffb Migrate Thermostat and HVAC component to climate component ()
* First draft for climate

* Updates for thermostats
2016-08-19 00:17:28 -07:00