Files
core/homeassistant
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
..
2016-03-08 00:06:04 +01:00
2017-06-16 17:17:18 -07:00
2017-06-15 22:31:22 -07:00
2017-06-17 12:13:46 -07:00
2017-06-09 12:38:40 +02:00
2017-04-29 22:04:49 -07:00
2017-04-29 22:04:49 -07:00