Release 0.0.6
0.0.6
New features
- Unit is displayed in the center of the wheel.
- BREAKING. To switch views click the unit. The button has been removed.
- Arrow coloring now also in energy view. *)
- Power, energy and money values displayed next to all arrows. *)
- A third view: money view for displaying energy costs and savings. *)
When you supply card parameterenergy_price
(in addition to the parameters needed for the energy view) the money view becomes available.
*) To make this feature possible the breaking changes as described below were needed.
Improvements
- Rewrite: separating calculating values in the code.
- Value for home will be calculated always and not taken from evt. home sensors anymore.
- BREAKING. Card parameter
grid_power_entity
has been split intogrid_power_consumption_entity
andgrid_power_production_entity
.
Both card parameters are required and should have positive values.
The combined parametergrid_power_entity
can still be used to supply the grid icon in the power view, but the power value isn't used anymore. - BREAKING. Card parameter
grid_energy_entity
has been split intogrid_energy_consumption_entity
andgrid_energy_production_entity
.
Both card parameters are required if you want to use the energy view and should have positive values.
The combined parametergrid_energy_entity
can still be used to supply the grid icon in the energy view, but the energy value isn't used anymore.