hass-core/homeassistant
Dan Smith 0a7db98b0e Round mFi sensor values to reasonable levels of precision
Most of the mFi sensors are able to reasonably provide accurate
readings to a tenth of a unit or so. This patch rounds them for
better display in the UI. Normally, I would expect this to be a view
action instead of altering the actual data emitted, but since these
values are reasonable for sensor precision, we're not really losing
anything. I followed the model from the openweathermap component, which
rounds for readability in the backend.
2016-02-07 20:51:00 +00:00
..
components Round mFi sensor values to reasonable levels of precision 2016-02-07 20:51:00 +00:00
helpers Clean up state_attributes vs device_state_attributes 2016-02-06 22:34:24 -08:00
startup Fix packaging issues 2015-10-10 10:33:09 -07:00
util Fixed time zone conversion with no TZ specified 2016-02-06 21:31:07 -05:00
__init__.py Finish core extraction 2015-08-16 20:53:17 -07:00
__main__.py Fixes for issue #1114 2016-02-06 09:48:36 -05:00
bootstrap.py Merge remote-tracking branch 'balloob/dev' into automation-decorator 2016-01-24 22:51:00 -05:00
config.py Load YAML config into an ordered dict 2016-01-23 22:41:01 -08:00
const.py Fixes for issue #1114 2016-02-06 09:48:36 -05:00
core.py Fix Ctrl+C with Subprocesses 2016-02-06 21:50:06 -05:00
exceptions.py Catch exceptions when error rendering templates 2015-12-11 19:07:03 -08:00
loader.py Make DEPENDENCIES optional for components 2015-11-26 13:11:59 -08:00
remote.py Update API object to support SSL 2015-12-06 14:13:35 -08:00