Preset mode display issue
bogosavljevic opened this issue · 6 comments
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.
How i can remove this part or maybe it would be nice some drop down menu.
- OS: Mac/Win/iOS
- Browser: Chrome
- Simple Thermostat version from browser console: v2.5.0
- Home Assistant version:Home Assistant 2023.5.4
Many thanks,
Dimitrije
Same here. It does this regardless of what thermostat you're using.
Yes, I have the same issue
I think this project is EOL since there is no new version for arround one year.
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'
Yes you could be right.
Solved the display problem by adding
_name:
underpreset:
. Option is described in the README.md.
control:
hvac: true
preset:
_name: 'text here'
That works. Thank you!
how can i fix this, i see this now since 2023.9.x
- 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'