Many new feateures and updates
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
- Remove option to change units kW/W kWh/Wh @olalid (#294)
- Add translation of entity names and more @astrandb (#291)
- Enforce minimum HA version @astrandb (#293)
- State polling with new API @olalid (#288)
Bug Fixes
Translation
- Add translation of entity names and more @astrandb (#291)
- Change to new model for translations @astrandb (#287)
Dependencies
- State polling with new API @olalid (#288)
- Bump required minimum HA version @astrandb (#269)
- Sort keys in manifest and bump dependency in github actions @astrandb (#276)
Maintenance
- Use UnitOfPower etc instead of plain constants @astrandb (#284)
- Bump required minimum HA version @astrandb (#269)
- Sort keys in manifest and bump dependency in github actions @astrandb (#276)