keep thermostat generic, and remove HA's heat mode

This commit is contained in:
proddy
2019-11-05 18:21:13 +01:00
parent b7835b2d39
commit 26b8185f56
5 changed files with 49 additions and 39 deletions

View File

@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Debug log times show real internet time (if NTP enabled)
- `system` shows local time instead of UTC
- fixed version numbers of libraries in `platformio.ini`
- Normalized Heating modes to `off`, `manual`, `auto`, `night` and `day` to keep generic and not Home Assistant specific (like `heat`)
### Removed