Skip to content

v3.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Aug 14:38
· 1 commit to master since this release
26d5be7

v3.4.0

One feature, and the documentation catching up with it.

secondary_info: hvac-mode-dropdown puts the HVAC mode in the line under the
entity name, with its name on it rather than as a glyph to be read off an
icon. That line already did this for the fan speed; doing it for the mode
meant pointing fan_mode at the modes, which spent the card's fan control on
it. The type does not touch fan_mode, so a card can carry both - and the
examples page shows the type now instead of the workaround.

Added

  • hvac-mode-dropdown secondary info type (#194). The line under the
    entity name can hold the HVAC mode with its label, the way
    fan-mode-dropdown already does for the fan speed, without repurposing
    fan_mode. hvac_mode: hide still matters - without it the mode is on the
    card twice.

Documentation

  • One way to put the mode under the name. The examples page showed the
    recipe that pointed fan_mode at the modes; it now shows the type, which
    does the same thing without spending the fan control. Cards configured the
    old way keep working, and the argument order that recipe used to warn about
    moved to where it belongs - change_action.
  • What this is, in one place. Extra keys on an option are data a template
    reads back (this.icon.items, not this.items), and entity_config is the
    rest of the card. Functions.

mini-climate-card-bundle.js, built by this run:

sha256 ddea1607f94c7114093b75127312899d03aa01f8c66be467d5be26d907f13ac0

The build is signed: gh attestation verify mini-climate-card-bundle.js -R artem-sedykh/mini-climate-card checks the file you downloaded against this repository and this tag.