v2.0.0
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
- chore: update docs workflow by @marksie1988 in #57
- Fix docs workflow by @marksie1988 in #58
- chore: fix workflows by @marksie1988 in #59
New Contributors
- @marksie1988 made their first contribution in #56
Full Changelog: v1.9.8...2.0.0