mini-climate-card icon indicating copy to clipboard operation
mini-climate-card copied to clipboard

Ability to hide icon, name, fanspeed

Open matejdro opened this issue 3 years ago • 2 comments

I would like to have a minimal card with only temperature and up/down buttons.

Is there a way to hide those entries?

image

Preferably, card would even collapse when those are hidden, so it would only encompass the size of the temperature area.

matejdro avatar Feb 14 '21 06:02 matejdro

This is the closest I've gotten:

type: 'custom:mini-climate'
entity: climate.my_climate
hvac_mode:
  hide: 'on'
icon: blank
name: ' '
toggle:
  hide: 'on'
fan_mode:
  hide: 'on'
secondary_info:
  type: hvac-action
  name: ''
  icon: ''

matejdro avatar Feb 14 '21 06:02 matejdro

That works great :-) I need to keep the name and main icon so can just remove the bits that blank those out. The issue I now have is that the name is displayed rather small and near the top of the card rather than central. Is there a way to move the name down to the centre of the card?

pay4property avatar Apr 20 '22 22:04 pay4property