- Change all gateway model names to Gateway - Change Anna Smile name to Smile Anna, Anna model name to ThermoTouch - Change P1 Smile name to Smile P1 - Remove raise error-message, change priority of logger messages to less critical - Fix for issue 213
0.21.5
- Smile: - **BREAKING** improved naming of the locally present outdoor temp sensor connected to the OpenTherm device: `outdoor_air_temperature`. The former `sensor.opentherm_outdoor_temperature` is now visible as `sensor.opentherm_outdoor_air_temperature`. Use of the zipcode based `outdoor_temperature` has not changed. - **POTENTIALLY BREAKING** for consistency renamed schema to schedule, i.e. the attributes will now be `available_schedules` and `selected_schedule`. - Link to plugwise module [v0.16.9](https://github.com/plugwise/python-plugwise/releases/tag/v0.16.9) - Added schedule selector per thermostat using the new `select` platform.
0.21.4
- Smile: - Link to plugwise module [v0.16.8](https://github.com/plugwise/python-plugwise/releases/tag/v0.16.8) - Bugfixes via updating plugwise: - Fix error when discovery IP resolving to IPv6 [Core Issue 68003](https://github.com/home-assistant/core/issues/68003) - Refixing python-plugwise 158
0.21.3
- The Anna-Elga usecase, providing a heating and a cooling setpoint, was reverted back to providing a single setpoint.
0.21.2
0.21.1
- Change Anna-gateway model to Smile - related to [Core blog entity_naming](https://developers.home-assistant.io/blog/2022/07/10/entity_naming/) and changes in the Core Plugwise(-beta) code. - Output elga_cooling_enabled, lortherm_cooling_enabled or adam_cooling_enabled when applicable. To be used in Core Plugwise(-beta) instead of calling api-variables. - Protect the self-variables that will no longer be used in Core Plugwise(-beta). - pyproject.toml updates. - Adapt test-code where needed.