Weird layout with none parsed texts for preset and control
cyberjunky opened this issue · 4 comments
cyberjunky commented
Describe the bug
Wierd layout with ui.card texts:
To Reproduce
I use below config on HA 2023, now on 2024, same issue.
Expected behavior
Control or Preset as text or nothing?
- type: custom:simple-thermostat
entity: climate.toon
layout:
step: row
header: false
control:
- hvac
- preset
Screenshots
See above.
Browser
- OS: Mac/Win/iOS/Android
- Browser: MS Edge
- Simple Thermostat version from browser console:
- Home Assistant version: 2024.1
TN-1 commented
Also have this issue. Chromium running on Raspberry Pi OS
fireballhh commented
If you put in _name: Operation and _name: Preset it will be solved.
header: null
control:
hvac:
_name: Modus
'off':
name: Aus
heat:
name: Manuell
auto:
name: Auto
preset:
_name: Preset
boost:
name: Boost
none:
name: Kein
week_program_1:
name: WP1
week_program_2:
name: WP2
week_program_3:
name: WP3
TN-1 commented
Amazing, Thankyou for that.
cyberjunky commented
Nice, thanks!