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-dropdownsecondary info type (#194). The line under the
entity name can hold the HVAC mode with its label, the way
fan-mode-dropdownalready does for the fan speed, without repurposing
fan_mode.hvac_mode: hidestill 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 pointedfan_modeat 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
thisis, in one place. Extra keys on an option are data a template
reads back (this.icon.items, notthis.items), andentity_configis 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.