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

change mode headings' names?

Open ignacio82 opened this issue 1 year ago • 1 comments

Is it possible to change the mode headings' names? My card looks like this:

image

and this is the code i have for it:

type: custom:simple-thermostat
entity: climate.first_floor_hallway
layout:
  step: row
  mode:
    names: true
    icons: true
    headings: true
header: false
control:
  - hvac
  - fan
  - preset
sensors:
  - attribute: fan_modes
    name: Fan

I tried using sensors: to rename the heading for the fan, but it did not work. Thanks for the help.

ignacio82 avatar Mar 29 '23 15:03 ignacio82