hass-core/homeassistant
Sean Dague abc253c4c5 implement get_significant_states
This adds a new function to history module which returns significant
states. For most domains this is the list of state changes. For the
thermostat domain this also includes attribute changes, so that
changes in the current_temperature are exposed to the graphing layer.

Closes #881
2016-02-03 15:05:43 -05:00
..
components implement get_significant_states 2016-02-03 15:05:43 -05:00
helpers Fix 'unavailable' entity 2016-02-01 02:16:56 +01:00
startup Fix packaging issues 2015-10-10 10:33:09 -07:00
util Merge pull request #1085 from molobrakos/yaml_safe_load 2016-02-01 08:15:32 -08:00
__init__.py Finish core extraction 2015-08-16 20:53:17 -07:00
__main__.py Cleaned up restart handling in __main__.py 2016-01-29 22:11:11 -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 Merge pull request #1012 from balloob/restart-service 2016-02-02 07:15:40 -05:00
core.py Merge pull request #1012 from balloob/restart-service 2016-02-02 07:15:40 -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