Skip to content

Releases: radical-squared/aquatemp

v3.0.27

29 Dec 11:17
97fae10
Compare
Choose a tag to compare

What's Changed

Minimum HA Version: 2024.1.0

Full Changelog: v3.0.26...v3.0.27

v3.0.26

31 Aug 06:31
8806afb
Compare
Choose a tag to compare

What's Changed

  • Change API update from 30 seconds to 5 minutes, will update also when action is being performed
  • Redact sensitive details from diagnostic file
  • Fix diagnostic file creation process

Full Changelog: v3.0.25...v3.0.26

Add edit integration details and bugfix

05 Aug 14:20
95e29ce
Compare
Choose a tag to compare

What's Changed

Breaking Change!

Password store format changed, up until now, password saved as the hash being send to the API,

To allow the enhanced functionality added, to edit Credentials and API Type, the password is now being saved encrypted and decrypted in 2 flows:

  1. Edit integration details
  2. On startup (hashed and sent to the API)

As result of that process, you need to re-setup the integration.

Changes

  • Add to set up configuration form new field of title to define the name of the integration
  • Add edit integration details - Title, Credentials and API Type
  • Refactor component initialization code to simplify process
  • Fix UndefinedType._singleton name for climate entity

Full Changelog: v3.0.24...v3.0.25

Add missing configuration for API param 'error_code'

18 Jul 09:20
d9ad888
Compare
Choose a tag to compare

What's Changed

  • Add missing configuration for API param 'error_code' by @elad-bar in #67

Full Changelog: v3.0.23...v3.0.24

Fix APIParam class, caused corrupted data on component creation and error code handling

17 Jul 19:31
91fffd7
Compare
Choose a tag to compare

Fix binary sensor state evaluation

15 Jul 07:50
91b6dbf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.21...v3.0.22

Bug fixes

13 Jul 19:33
6d2972d
Compare
Choose a tag to compare

What's Changed

  • Fix vacuum entity name and add integration (config) error handling by @elad-bar in #63

Full Changelog: v3.0.20...v3.0.21

Fix errors on actions & optimize components loading

13 Jul 17:55
44efb02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.19...v3.0.20

Fix error handling when fetch data failed

10 Jul 20:00
924ded8
Compare
Choose a tag to compare

What's Changed

  • Fix error handling when fetch data failed by @elad-bar in #61

Full Changelog: v3.0.18...v3.0.19

Extract more details from api

10 Jul 19:10
dde1ace
Compare
Choose a tag to compare

What's Changed

  • Extract more details from api by @elad-bar in #60
  • Extract model for HA DeviceInfo from API
  • Add translation key to all components with name ready for translation

Full Changelog: v3.0.17...v3.0.18