Releases: tmjo/charger-card
Beta: Include Zaptec template + dependencies update
Beta release for testing. Will be released officially once confirmed.
- Add Zaptec template PR by @aunefyren
- Dependencies update
Minor updates
Translation updates
- Fix en-GB translation that was always present but not working (as opposed to regular en).
- Add which language is chosen to debugging (if debugging enabled, see readme).
New translations
Added French translations and updated German translations. Thanks to contributors!
Fix precision/decimal issue after HA v2023.4
Improve existing rounding function and add default rounding to one decimal since HA v2023.4 starts to give numbers with insane decimals as default. If you prefer a different number of digits, you can always specify the round-parameter for your entities.
Major release
Major (official) release implementing previous alpha-releases v0.2.0-alpha, v0.2.1-alpha, v0.2.2-alpha:
Update to TypeScript and boilerplate-template.
OBS! Although containing some brand templates, these are meant for testing until confirmed by integration users.
CHANGELOG
- fixed UI editor (mwc etc)
- fixed dropdown on limits to properly show all limit values
- added more templates - very immature stage, assistance required
- typescript
- general improvements css
- easee new service calls (ref changes in api)
- fix translation of states like on/off (must be added to each language)
- improvements to service calls for accepting objects
- improvements to brand/template selection
Improvements to brand/template selection
Improvements to brand/template selection. Still alpha, please test.
Improvements to service calls for accepting objects
Still in alpha :)
Major update - please test!
Major update to TypeScript and boilerplate-template. Please test before using in production and kindly report issues.
OBS! Although containing some brand templates, these are meant for testing until confirmed by integration users.
CHANGELOG
- fixed UI editor (mwc etc)
- fixed dropdown on limits to properly show all limit values
- added more templates - very immature stage, assistance required
- typescript
- general improvements css
- easee new service calls (ref changes in api)
- fix translation of states like on/off (must be added to each language)
Generic card
Breaking changes: Complete rewriting of the card (same as v0.1.1 pre-release). It will break existing installations of the card older than v0.1.1 and it should be setup from scratch. The card has been rewritten to be generic so that it can be used with basically any charger.
Fixes:
- Fix statetext now showing correctly
- Fix rendering of toolbar if empty
- Fix calculated entities that was not working properly
- Updated Swedish translations
And updating dependencies.