This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
Releases: toringer/home-assistant-sbanken
Releases · toringer/home-assistant-sbanken
v2.2.1
v2.2.0
v2.1.1
Changes
- Add link to directly create app in api program @only1thor (#11)
- Fix "token_expired" error
- Fixed occasional key error when updating data
- Refactoring code
- Only update sensor if API data is valid
Breaking changes
- The standing order attribute has been removed because of API errors
v2.1.0
Changes
- Force update of accounts after doing a transfer, 5 seconds delay. Be aware that the Sbanken API is slow to update the amounts.
- Mitigate an "KeyError: 'accountId'" error when updating account information.
- Limit the service account fields to device_class: monetary
New Features
- New service
sbanken.update_account
to force an account information update - Added configuration URL for the device => https://sbanken.no
Maintenance
- Code cleanup