Skip to content

Releases: cjaliaga/home-assistant-aquarea

v0.3.1-preview

21 Nov 23:14
Compare
Choose a tag to compare
v0.3.1-preview Pre-release
Pre-release

What's Changed

  • Try to renew session on integration init if it's already closed

v0.3.0

11 Nov 00:29
691a5c0
Compare
Choose a tag to compare

What's Changed

⬆️ Dependencies

v0.2.4

20 Dec 10:48
d272a8b
Compare
Choose a tag to compare

What's Changed

v0.2.3

23 Oct 10:37
b51c8d4
Compare
Choose a tag to compare

What's Changed

v0.2.2

07 Oct 20:00
b5b77f2
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

⬆️ Dependencies

v0.2.1

26 Sep 22:07
b6fe114
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fixes an issue where setting 0 as a temperature modifier wasn't updating the target temperature (#26) @cjaliaga
  • Fixes an issue where water heater temperature couldn't be set to heat_min or heat_max (cjaliaga/aioaquarea#18) @cjaliaga

⬆️ Dependencies

v0.2.0

24 Sep 23:13
11867c7
Compare
Choose a tag to compare

What's Changed

⚠ Breaking Changes

  • Fix unique ids generation to support multiple devices and zones (#21) @cjaliaga

The recommendation is for you to remove the integration and add it again. This is because v0.2.0 introduces a breaking change in the unique id generation for the entities. If you don't remove the integration and add it again, you will end up with duplicate entities.

This was a one-time necessary step to support multiple zones and devices and to avoid further issues in the future. More details

⬆️ Dependencies

v0.1.6

18 Sep 22:38
99f61e2
Compare
Choose a tag to compare

What's Changed

⬆️ Dependencies

  • Bump aioaquarea to 0.3.4 (#19) to support Thermistor as Zone Sensor @cjaliaga

v0.1.5

10 Sep 09:04
e69d391
Compare
Choose a tag to compare

What's Changed

  • Climate: Convert temperature to int as expected in Aquarea API to allow setting zone temperature (#17) @cjaliaga

v0.1.4

09 Sep 22:47
Compare
Choose a tag to compare

What's Changed

  • Climate entity hvac_mode properly reports off when the device/zone are turned off (#15) @cjaliaga
  • Fixes an issue where the target temperature for a zone in the climate entity wasn't specified (#14) @cjaliaga