Bug fixes and general improvements
·
544 commits
to refs/heads/master
since this release
Changes
Easee has added a number of new status codes in the API for Reason for no current
. These codes are now displayed as clear text. They have also changed the format of datetime strings which could cause errors in this integration. This version also use a more modern version of signalr lib, which should give better performance and avoid interference with other integrations in HA. There are also a few updates to the code to keep up with the HA codebase to avoid future deprecation errors.
Please note that this release requires Home Assistant v2022.5 or later.
New Features
Bug Fixes
Translations
- New status strings in all supported languages @tobiasbayer @olalid @tmjo
Maintenance
- Ignore idea workspaces @tobiasbayer (#188)
- Use enums instead of str constants @astrandb (#184)