mirror of
https://github.com/home-assistant/core.git
synced 2026-06-04 06:34:28 +01:00
abc253c4c5
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