Add edit integration details and bugfix
elad-bar
released this
05 Aug 14:20
·
28 commits
to Custom-component
since this release
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