simple-thermostat icon indicating copy to clipboard operation
simple-thermostat copied to clipboard

Compact mode issue

Open n3dv3d opened this issue 2 years ago • 4 comments

Hi, I cannot setting up the compact mode. This is my configuration:

type: custom:simple-thermostat entity: climate.camera layout: header: false control: false step: row mode: names: false headings: false icons: false step_size: '0.5'

And this is the result

Screenshot_20211201-170514_Home Assistant

Where am i wrong?

Thanks

n3dv3d avatar Dec 01 '21 16:12 n3dv3d

Hi. The issue with blank buttons is because of turned off names and icons in your config. Unfortunately just icons will not work for presets, and I personally just hide those buttons.

FRSTR avatar Dec 08 '21 15:12 FRSTR

Hi, thanks for your reply.

I tried to set names and icons to true but nothing changed, no compact mode applied. This is the result:

tempFileForShare_20211213-152727

Do you have some suggestions? Thanks

n3dv3d avatar Dec 13 '21 14:12 n3dv3d

I guess I misread you. So you want to hide the buttons? If that is the case, here is my config and the rendering result: tile

type: custom:simple-thermostat
entity: climate.c_and_h_kitchen
layout:
  mode:
    icons: true
    names: false
  step: row
control: false
decimals: '0'
step_size: '1'
label:
  temperature: Датчик
  state: Режим

FRSTR avatar Dec 13 '21 14:12 FRSTR

Exactly... great, thanks a lot. I tried your configuration and it's works. It seems i had just to clear the header line.

Thank you very much

n3dv3d avatar Dec 13 '21 16:12 n3dv3d