Release 0.1.0
0.1.0
New features
- BETA. Basic support for a battery in the power view.
- New card parameter
battery_power_entity
. Charging should have positive values. - New card parameter
battery_soc_entity
to display the state of charge. - New card parameter
battery_icon
to override the default icon.
- New card parameter
What does BETA for battery support mean: expect issues! There are known and unknown issues to be solved. The values and arrows don't show correctly all the time. Expect things that work now will break in future changes of this feature. More info in the README file.
Improvements
- Total rebuild of the core functions.
- Moved from web-components-tester to Karma.
- DEPRECATED. Visual warning if still using card parameter
energy_price
which is deprecated since version 0.0.13.
Please replaceenergy_price
byenergy_consumption_rate
in your setup. - Log version to console also when not in debug mode.
Fixes
- Number of decimals can be set to zero in energy view and money view. Issue #39.