Releases: gurbyz/power-wheel-card
Releases · gurbyz/power-wheel-card
Release 0.1.5
Release 0.1.4
Release 0.1.3
0.1.3
Improvements
- Documentation improvements
- Rewrite of the icons paragraph in the documentation.
- Added a paragraph for 'view toggling' in the documentation.
- Updated HACS installation instruction. Simplified some documentation.
- Battery feature documentation restructured.
- Updated installation instructions and HACS info file.
- Rewrite of the documentation for requirements and configuration.
- Prevent impact for HA breaking change about getting LitElement from hui-view. Possible solution for issue #61.
Release 0.1.2
0.1.2
New features
- Allowing to hide the title. Default value for
title
is empty now. If you want the previous behavior you could addtitle: 'Power wheel'
to your config. Issue #51. - ** BETA.** You can switch the polarity of
battery_power_entity
with the new card parametercharging_is_positive
. No need to make an extra template sensor for this anymore. Issue #46.
Improvements
- Removed deprecated input parameter
energy_price
. This parameter was deprecated since version 0.1.0.
Fixes
- After a startup of HA sensor validation errors stayed visible since the new startup order of HA 0.111.0. Sensor validation is disabled temporarily.
Release 0.1.1
0.1.1
New features
- Custom color for active arrows. New card parameter
active_arrow_color
. - Invert grid icon coloring for consuming/producing. New card parameter
invert_grid_colors
. Defaultfalse
.
Fixes
- Provisional fix for icon sizes (as of HA 0.110.0). Issue #48.
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.
Release 0.0.16
0.0.16
Fixes
- Prepare for future card config changes.
Release 0.0.15
0.0.15
Improvements
- Removal of support for Customer Updater.
- Preparations to support HACS. Repo file tree restructuring and repo name change from
custom-cards-lovelace
topower-wheel-card
.
Release 0.0.14
0.0.14
Improvements
- Update for HA Cast. LitElement is taken from
hui-view
.
Fixes
- Fixed a link in readme.
Release 0.0.13
0.0.13
New features
- Split energy rates for consuming from the grid and producing to the grid.
- Use new card parameters
energy_consumption_rate
and optionalenergy_production_rate
. - DEPRECATED. Current card parameter
energy_price
is deprecated and its value will be used as value forenergy_consumption_rate
for a while.
Please replaceenergy_price
byenergy_consumption_rate
in your setup.
- Use new card parameters
Improvements
- Hide values near arrows in more cases.
- Code improvements.