hass-core/homeassistant
Josh Wright 24257fe4a3 Don't round values in Thermostat internal state (#1782)
Since all values coming out of the Thermostat component pass though the
_convert_for_display() method (which handles any necessary rounding),
there is no need to round values that only exist in the internal state
of the thermostat device. It serves no purpose and risks rounding
errors/precision loss.
2016-04-10 10:41:13 -07:00
..
components Don't round values in Thermostat internal state (#1782) 2016-04-10 10:41:13 -07:00
helpers Remove print 2016-04-08 08:03:14 -07:00
startup Fix packaging issues 2015-10-10 10:33:09 -07:00
util Make yaml config parser errors look less like bugs. (#1776) 2016-04-09 15:25:01 -07:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Add initial config validation 2016-03-28 23:46:12 -07:00
bootstrap.py Make yaml config parser errors look less like bugs. (#1776) 2016-04-09 15:25:01 -07:00
config.py Add yr weather component to default config 2016-03-30 11:33:35 +02:00
const.py Allow use of pynetgear 3.3 port parameter. (#1777) 2016-04-09 20:29:06 -07:00
core.py Move service scheme validation into Service.__call__ 2016-03-31 21:13:40 -04:00
exceptions.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
loader.py Add automation config validation 2016-04-04 12:18:58 -07:00
remote.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00