Skip to content

Releases: tmjo/charger-card

Beta: Include Zaptec template + dependencies update

09 Mar 23:17
Compare
Choose a tag to compare

Beta release for testing. Will be released officially once confirmed.

Minor updates

24 Jul 20:44
Compare
Choose a tag to compare
  • Added dutch translation (thanks posixx)
  • Corrected English GB translation (thanks purcell-lab)
  • Fixed bug when using rounding zero, should be ok now
  • Updated advanced example in readme to reflect recent changes in Easee API

Translation updates

13 May 21:15
Compare
Choose a tag to compare
  • 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

07 May 14:52
Compare
Choose a tag to compare

Added French translations and updated German translations. Thanks to contributors!

Fix precision/decimal issue after HA v2023.4

19 Apr 06:57
Compare
Choose a tag to compare

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

14 Mar 15:28
Compare
Choose a tag to compare

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

21 Feb 03:41
Compare
Choose a tag to compare

Improvements to brand/template selection. Still alpha, please test.

Improvements to service calls for accepting objects

20 Feb 15:15
Compare
Choose a tag to compare

Still in alpha :)

Major update - please test!

20 Feb 03:13
339b590
Compare
Choose a tag to compare
Pre-release

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

05 Nov 18:36
Compare
Choose a tag to compare

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.