#Climate Tile card: Hide fan mode selector when state is off?

1 messages · Page 1 of 1 (latest)

unreal summit
#

Is it possible to configure either the built-in Tile card or a Mushroom card such that the fan mode doesn't show when the climate entity is off? It would save some room in my dashboard. In my screenshot, the goal would be for the "Auto" selector on the Basement A/C to not be showing, since that A/C is off.

(I am trying to move away from the popular simple-thermostat card, since its lack of maintenance shows more and more with each HA release. But it still has some features not found elsewhere to my knowledge.)

GitHub

A different take on the thermostat card for Home Assistant ♨️ - nervetattoo/simple-thermostat

craggy snow
unreal summit
#

ooh, smart. a lot of YAML, but doable

#

Also, the simple-thermostat allows you to show words, icons, or words+icons for the hvac_mode. Do you know if that's possible with the tile card?

craggy snow
#

I think you can have buttons w/ icon only, or a dropdown with icon + name.

unreal summit
#

True, but not buttons w words?

craggy snow
#

No that's not available.

unreal summit
#

No possible hacks for this?

craggy snow
#

Probably some way to hack it, that's not my area of expertise though. 🤷

bleak pagoda
#

You could use (shameless plug) custom card features to recreate the HVAC/fan mode selectors and selectively display them using templates and CSS, and to add labels to selectors and icons to dropdowns.
https://github.com/Nerwyn/custom-card-features

GitHub

Home Assistant custom features for tile cards and more. Call any action using buttons, dropdowns, selectors, sliders, spinboxes, and toggles. - Nerwyn/custom-card-features