Skip to content

Many new feateures and updates

Choose a tag to compare

@github-actions github-actions released this 12 Apr 13:46

Downloads for this release

Recent changes in the API from Easee has required modifications in the integration to keep everyting working as before.

Home Assistant has also introduced localization/translation of entity names. This release fully supports entity translation for English and Swedish and we encourage the contributors for Norwegian, German and Romainian to update the respective translation files. en.json can be used as a template for the structure.

Note that if you remove the integration and reinstall it, the entities will be created with lokalized internal names. This will most likely affect automations and scripts so please be aware.

Please also note that display units (e.g. W/kW) and display precision can be set in the UI for each entity. Therefore we have removed these option settings in this integration.

We also made a number of internal changes to keep up with Home Assistant development standards.

Changes

New Features

Bug Fixes

  • Fix for latestFirmware change in cloud @olalid (#286)

Translation

Dependencies

Maintenance

Development environment and tools

  • Fix syntax in devcontainer.json and add i18n json editor @astrandb (#289)
  • Sort keys in manifest and bump dependency in github actions @astrandb (#276)