Skip to content

Release 0.0.6

Compare
Choose a tag to compare
@gurbyz gurbyz released this 18 Jan 19:43
26d2963

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 parameter energy_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 into grid_power_consumption_entity and grid_power_production_entity.
    Both card parameters are required and should have positive values.
    The combined parameter grid_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 into grid_energy_consumption_entity and grid_energy_production_entity.
    Both card parameters are required if you want to use the energy view and should have positive values.
    The combined parameter grid_energy_entity can still be used to supply the grid icon in the energy view, but the energy value isn't used anymore.