-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Thermostat Card is higher than maximum available layout height #25069
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
PS: In case it wasn't quite clear, the issue is that the assumption that "12x8" is the maximum the card layout GUI needs to offer is wrong because there is at least one standard card that needs "12x9". There may be other cards that can get too high to fit into those 8 units; I didn't go looking. There's nothing wrong with the Thermostat Card. It even reacts sensibly to being restricted beyond what it actually needs. |
Hello, would this be a good first issue for me to contribute to? I am hoping to contribute to Home Assistant for a class project. |
I think that could be a reasonably simple thing to look into for a new contributor. I would look at why the max_rows evaluates to what it does, see if that equation needs an update. |
I have been trying to configure my dev environment for working on this issue. This is the path I have taken so far: Create Thermostat Card -> Create climate entity (using MQTT) -> Configure add-on for Mosquito broker for MQTT entity -> Run HA Operating System (instead of Core) -> Clone HA OS repo. At the point of trying to clone the HA OS repo I am running into "file path too long" issues. Is this common? How do I work around this? I have seen some tips on Stack Overflow but nothing has seemed to work. |
I would recommend the Discord server if you want development help. But just a few minor points:
|
Checklist
Describe the issue you are experiencing
The Thermostat Card, with all four features enabled, is 9 grid units high. The card layout offers a maximum of 8 grid units.
The card will shrink to 8 units, leaving out parts of its functionality (the "+" and "-" buttons). Manually changing the layout to 9 units of height in the yaml works.
Describe the behavior you expected
The layout GUI offering as much space as any standard card needs.
Steps to reproduce the issue
What version of Home Assistant Core has the issue?
2025.4.2
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue?
Version 136.0.7103.25 (Official Build) beta (64-bit)
Which operating system are you using to run this browser?
Windows 10
State of relevant entities
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
Additional information
No response
The text was updated successfully, but these errors were encountered: