simple-thermostat
simple-thermostat copied to clipboard
Compact mode issue
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
Where am i wrong?
Thanks
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.
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:
Do you have some suggestions? Thanks
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:
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: Режим
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