Fabian Affolter
f513f6271e
Do not call update() in constructor ( #8878 )
...
* Do not call update() in constructor
* Fix lint issues
2017-08-08 20:21:33 +02:00
Andrew
04b1621b65
Fix radiothermostat -1 value issue ( #8395 )
...
* Fix -1 value issue
Fixed issue where thermostat will sometimes return a current temperature or set temperature value of -1
* Update radiotherm.py
* Update radiotherm.py
* Update radiotherm.py
Added retry limit
* Update radiotherm.py
* Update radiotherm.py
2017-07-11 10:12:51 +02:00
Ryan Nowakowski
5ceb4c404d
Fix radiotherm model CT50 ( #8181 )
...
Model CT50 has an "Auto" mode. When mode is set to auto we need to ask
what the current state is: cool or heat. Then we can query the
appropriate target temperature.
Without this fix, the target temperature shows up blank in the UI and
setting the mode fails.
2017-06-23 22:53:10 -07:00
Tim Wilde
bef22076ea
Use version 1.3 of radiotherm ( #8164 )
...
Add an optional extended description…
2017-06-23 11:08:23 +02:00
Fabian Affolter
3ee4d1060f
Update docstrings ( #7361 )
...
* 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
Albert Lee
0aac4d64e1
Add away mode for Radio Thermostat/3M Filtrete ( #4793 )
2016-12-08 23:26:02 -08:00
andyat
7d28d9d6b4
Fix setting temperature in Celsius on radiotherm CT50 ( #4270 )
2016-11-06 23:18:06 -08:00
Paulus Schoutsen
3f3127a290
Fix radiotherm I/O inside properties ( #4227 )
2016-11-05 13:28:11 -07:00
Paulus Schoutsen
ee5f228309
Make services yield ( #4187 )
...
* 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
Erik Eriksson
3317b4916b
OSError is alias for IOException and base class for many other exceptions - no need to catch redundant exceptions if OSError already present in except-clause ( #4111 )
2016-10-29 15:33:56 -07:00
Russell Cloran
7c2cb6cffd
Separate climate platform and presentation units ( #3755 )
...
* 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
b58976bc36
Add operation_list to radiotherm ( #3393 )
...
* Add operation_list to radiotherm
* Use constants
2016-09-14 18:14:39 -07:00
Fabian Affolter
ab826eef0d
Migrate to voluptuous ( #3276 )
2016-09-11 11:38:43 +02:00
John Arild Berentsen
ba28208106
Added stuff for support range setting ( #3189 )
2016-09-09 11:06:53 -06:00
John Arild Berentsen
ada4de3ffb
Migrate Thermostat and HVAC component to climate component ( #2825 )
...
* First draft for climate
* Updates for thermostats
2016-08-19 00:17:28 -07:00