In this release the interface to connect with AguaIOT is completely redesigned (no longer using py-agua-iot). This allows for easier adding of extra sensors in the future and full native async support.
BREAKING CHANGES:
- The extra attributes on the climate entity moved to dedicated sensors.
- All textual values/statuses are now directly fetched from AguaIOT api (instead of hardcoded) and might have changed.
What's Changed
* Fix sonarcloud code smells by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/31
* Create pt.json by ViPeR5000 in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/33
* Switch to embedded aguaiot api client by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/34
* Fix first bugs found by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/35
* Fix for missing register by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/36
* Case insensitive registers and climate set_temperature fix by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/37
* Fix bug in turning on/off stove by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/38
* Support different variants of air temperature by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/39
* Device variants code cleanup by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/40
* Fix bugs with Nobis stoves by jipem01 in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/45
* Fix error handling by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/51
* Return empty dict on no options, fixes 48 by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/52
* Increase AguaIOT api timeout to 30 seconds by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/53
* Expose raw value as extra state attribute for auto translated sensors by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/54
* Implement checking of registers being enabled before using them by vincentwolsink in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/56
New Contributors
* ViPeR5000 made their first contribution in https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/pull/33
**Full Changelog**: https://github.com/vincentwolsink/home_assistant_micronova_agua_iot/compare/v0.1.8...v0.2.0