core/homeassistant/components/climate
Sean Dague a55d8776ff Throw exception if _convert_for_display called on non Number (#8178)
In trying to come up for some reason behind issue #6365 (which only
happens on some platforms) the best guess is that some components are
managing to get a string value all the way up to the Polymer UI for
temperature, which then an increment of +0.5 is treating as a string
concat operation instead of addition. So 20 + 0.5 becomes 200.5 hits
the max thermostat value.

This will throw an exception if the climate temp value isn't a
number. That's going to turn a soft fail into a hard fail on
potentially a number of platforms. Mysensors is one of the platforms
that was reported as having the issue. So put some explicit float
casts where that might be coming from as well.
2017-06-23 23:03:37 -07:00
..
__init__.py Throw exception if _convert_for_display called on non Number (#8178) 2017-06-23 23:03:37 -07:00
demo.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
ecobee.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
eq3btsmart.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
flexit.py Add Flexit AC climate platform (#7871) 2017-06-12 22:06:47 -07:00
generic_thermostat.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
heatmiser.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
homematic.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
honeywell.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
knx.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
maxcube.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
mysensors.py Throw exception if _convert_for_display called on non Number (#8178) 2017-06-23 23:03:37 -07:00
nest.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
netatmo.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
oem.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
proliphix.py Updated docstrings (#7383) 2017-04-30 20:10:08 -07:00
radiotherm.py Fix radiotherm model CT50 (#8181) 2017-06-23 22:53:10 -07:00
sensibo.py Treat swing and fan level as optional in Sensibo Climate. (#7560) 2017-05-12 18:28:58 +03:00
services.yaml Fix climate.set_fan_mode yaml (#5799) 2017-02-07 20:38:16 -08:00
tado.py Tado climate device (#8041) 2017-06-23 18:45:44 +02:00
vera.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
wink.py Remove globally disabled pylint issues (#8005) 2017-06-13 11:10:32 +02:00
zwave.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00