Releases: radical-squared/aquatemp
Releases · radical-squared/aquatemp
v3.0.27
v3.0.26
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
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:
- Edit integration details
- 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'
What's Changed
Full Changelog: v3.0.23...v3.0.24
Fix APIParam class, caused corrupted data on component creation and error code handling
Fix binary sensor state evaluation
What's Changed
Full Changelog: v3.0.21...v3.0.22
Bug fixes
Fix errors on actions & optimize components loading
What's Changed
Full Changelog: v3.0.19...v3.0.20
Fix error handling when fetch data failed
What's Changed
Full Changelog: v3.0.18...v3.0.19
Extract more details from api
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