nervetattoo / simple-thermostat

A different take on the thermostat card for Home Assistant ♨️
MIT License
749 stars 111 forks source link

Preset mode display issue #391

Open bogosavljevic opened 1 year ago

bogosavljevic commented 1 year ago

I am using your custom thermostat card but i have issue with Hommatic IP thermostat. on the card preset mode is note displayed properly. Its out of the box.

image

How i can remove this part or maybe it would be nice some drop down menu.

Many thanks, Dimitrije

rVlad93 commented 1 year ago

Same here. It does this regardless of what thermostat you're using.

joho500 commented 1 year ago

Yes, I have the same issue

bogosavljevic commented 1 year ago

I think this project is EOL since there is no new version for arround one year.

joho500 commented 1 year ago

Yes you could be right.

Solved the display problem by adding_name: under preset:. Option is described in the README.md.

control: hvac: true preset: _name: 'text here'

rVlad93 commented 1 year ago

Yes you could be right.

Solved the display problem by adding_name: under preset:. Option is described in the README.md.

control: hvac: true preset: _name: 'text here'

That works. Thank you!

pergolafabio commented 1 year ago

how can i fix this, i see this now since 2023.9.x

image

          - type: custom:simple-thermostat
            entity: climate.weau
            layout:
              step: row
            header: false
            control: true
            step_size: 1

already tried below, but didnt help ?

          - type: custom:simple-thermostat
            entity: climate.weau
            layout:
              step: row
            header: false
            control:
              hvac:  
                'heat': true
                preset:
                  _name: 'Aan'
                'off': true
                preset:
                  _name: 'Uit'