Christopher Fenner
Christopher Fenner
## Proposed change ## Type of change - [ ] Dependency upgrade - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New integration (thank you!) - [...
## Proposed change Allows the usage of multiple accounts in the ViCare integration. - store token in `.storage/vicare.` instead of `.storage/ViCare_token.save` - name config entries by username - add migration...
## Proposed change ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New integration (thank you!) -...
## Proposed change This removes the duplicate validity check in some oauth2 implementations, it is already checked in `async_ensure_token_valid`. ## Type of change - [ ] Dependency upgrade - [...
## Proposed change The `LocalOAuth2Implementation` can handle empty `clientSecrets` but it was not allowed to set this to `None` due to type restrictions. This is needed for [OAuth2 with PKCE](https://blog.postman.com/what-is-pkce/)...