What's Changed
- remove old dampening code by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/149
- current about info by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/159
- Massively simplify the readme and streamline for easy access by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/156
- reduce code duplication by creating get_device_model() by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/166
- fix typos by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/167
- Small clean up code formating by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/168
- RENAME: Better thermostat by @KartoffelToby in https://github.com/KartoffelToby/better_thermostat/pull/173
- Add restore functions if HA restarts by @KartoffelToby in https://github.com/KartoffelToby/better_thermostat/pull/153
- Readme.md: cleanup device support list and create a table for it by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/183
- fix typo by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/184
- complete the rename by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/185
- fix typo in ATTR_STATE_DAY_SET_TEMP by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/186
- Readme: create multiline entries in whitelabel row by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/204
- add a license to make this project open-source (not only have publically available source code) by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/170
- Remove the unused variable self._active by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/210
- Remove unused variable self._today_nightmode_end by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/211
- Add nighttime check by time comparison by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/212
- fix minor code comment typos by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/213
- cleanup syntax by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/215
- rewrite get_device_model by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/216
- add docstrings by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/217
- rewrite startup recovery for missing setpoint by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/218
- make errors on HVAC actions more verbose by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/219
- make valve maintenance possible on the TS0601 by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/220
- better log messages by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/221
- improve temperature sensor update processing by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/222
- min/max temp + precision in the config file by @NikDevx and @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/226
- fix get_device_model by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/225
Not yet pulled into master changes which are included:
- Fix mode and temp sync by @KartoffelToby in https://github.com/KartoffelToby/better_thermostat/pull/209
- add version file by @RubenKelevra in https://github.com/KartoffelToby/better_thermostat/pull/227
Full Changelog: https://github.com/KartoffelToby/better_thermostat/compare/0.9.3...1.0.0-alpha1