Skip to content
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

+/- buttons lost on thermostat card resize #23342

Open
4 tasks done
Benik3 opened this issue Dec 19, 2024 · 2 comments
Open
4 tasks done

+/- buttons lost on thermostat card resize #23342

Benik3 opened this issue Dec 19, 2024 · 2 comments

Comments

@Benik3
Copy link

Benik3 commented Dec 19, 2024

Checklist

  • I have updated to the latest available Home Assistant version.
  • I have cleared the cache of my browser.
  • I have tried a different browser to see if it is related to my browser.
  • I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.

Describe the issue you are experiencing

When card for thermostat is resized to smaller one, buttons for increase/decrease temperature disappear, even that there is place for them.
image

Describe the behavior you expected

The temperature ring should by slightly more on top and buttons visible.
Edited in graphic editor:
image
I'm making touch panel for easy control of home heating with 3 thermostats. The buttons are easier for temp control then the ring on the 7" touch panel.

Steps to reproduce the issue

  1. Add e.g. generic thermostat
  2. Add card to view for this thermostat
  3. Resize it to smaller size (e.g. 8x6)

What version of Home Assistant Core has the issue?

2024.12.4

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

Chromium, Firefox

Which operating system are you using to run this browser?

RPi OS, Mint 22 Cinnamon

State of relevant entities

No response

Problem-relevant frontend configuration

type: thermostat
entity: climate.thermostat2
grid_options:
  columns: 8
  rows: 6
show_current_as_primary: true
features:
  - type: climate-hvac-modes
name: Místnost 2

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

@ildar170975
Copy link
Contributor

The reason of the current behaviour explained here: #21943

@Benik3
Copy link
Author

Benik3 commented Dec 27, 2024

OK, so it's removed under 250px. I understand that it's because of some comfort. Problem is, that it's removed by pixel size, not by "real" size, which depends on DPI.
E.g. 250px on 6" phone with FullHD display will be really small.
But on 7" display with 720p resolution, it's pretty big and the buttons would be still more comfortable then the dial circle...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants