Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 17:11
c913527

What's Changed

Excited to release v2.0.0 of the card. There have been lots of under the hood improvements thanks to @marksie1988 contribution in #56.

Some highlights:

  • Migration to typescript which allows for better code management and efficiencies.
  • Documentation has been moved to Github Pages.
  • Added a translation module for multi language support
  • Added support for lux inverter status codes
  • Added unit of measurement to energy cost
  • Clicking additional loads shows more-info dialog for full and lite cards
  • Added daily aux load

💥 Breaking Changes

Some of the card configuration options have changed so please refer to the documentation and examples. Specifically the following has
changed:

  • change yes/no options to boolean true / false
  • change no / one / two / three to numbers 0 / 1 / 2 / 3
  • remove hidden option from battery.energy instead use 0 to disable

Other Changes

New Contributors

Full Changelog: v1.9.8...2.0.0