This file is intended to give you an idea of what is new in different versions of the software, so that you can decide whether to upgrade, which version might suit you the best, and what issues you might face.
The most recent versions come first, and the Release Dates are YYYY-MM-DD
Recent features from development that have not been formally released yet:
- Swept change from @grmek in to give unique ID to entity (see https://github.com/ha-warmup/warmup/commit/57bfef6e38d43571746a3e0f86bac2a13188ab34)
- Removed deprecated calls to temperature conversion, thanks to @kkoenen (see https://github.com/ha-warmup/warmup/commit/4c10cc60b6321db079fd9c8ad347f831d1782779)
Recent features from development that have not been formally released yet:
- Converted project from Manually-delivered Custom Component (https://github.com/ha-warmup/warmup/) to HACS Integration (https://github.com/ha-warmup/hacs-warmup) inlcuding numerous changes to documentation
- Converted README and LICENSE to Markdown
- Clarified install instructions following user feedback #30 #31 (only applied to old custom component)
Mainly intended to keep the component working once HA 2021.6 is released - thanks to @rct for his contributions
- Manifest now refers to our issue tracker
- Added version into manifest
- Switched to versioning format YYYY.M.D (no leading zeroes)
- removed _cc from folder name
- updated instructions in readme
- "Version Error" in HA log on start up #25
- Multiple devices are updated in a single HTTP request
- Set Override method
- Access to the following information from the thermostat
- target_temperature_low
- target_temperature_high
- floor_temperature
- floor_temperature_2
- air_temperature
- away_temperature
- comfort_temperature
- cost
- energy
- fixed_temperature
- override_temperature
- override_duration
- sleep_temperature
- override_duration_mins
- getter methods for location, location id, room name, room id and serial number
- added functionality to allow configuration of Warmup4IE thermostat via HA UI Config entry.
- changed http-request to use the new api.
- adapted file names to comply with the new naming structure of HA introduced with 0.92
- bug fixes
- bug fixes
- initial release