Skip to content

Add edit integration details and bugfix

Compare
Choose a tag to compare
@elad-bar elad-bar released this 05 Aug 14:20
· 28 commits to Custom-component since this release
95e29ce

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