10000 Font Temperature target · Issue #435 · nervetattoo/simple-thermostat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Font Temperature target #435

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

Open
Simonz82 opened this issue Mar 4, 2025 · 6 comments
Open

Font Temperature target #435

Simonz82 opened this issue Mar 4, 2025 · 6 comments
Labels
bug Something isn't working

Comments

@Simonz82
Copy link
Simonz82 commented Mar 4, 2025

Describe the bug
I tried entering the code, but there is no way to reduce the size of the temperature I apply to the air conditioner

as you can see from the photo, I wanted to align the temperature size with the card to the left of it

Image

      - type: custom:simple-thermostat
        entity: climate.daikin_salone_temperature
        layout:
          step: row
        header: false
        control: false
        decimals: "0"
        hide:
          temperature: true
          state: true
        style: |
          ha-card {
            --st-font-size-xl: 10px; #this is a font size, but don't change
            --st-font-size-m: 10px;
            --st-font-size-title: 10px;
            --st-font-size-sensors: 10px;
            --st-spacing: 2px;
          }

Browser

  • OS: Win
  • Browser: Edge
  • Simple Thermostat version from browser console: 2.5
  • Home Assistant version:Core
    2025.2.5
    Supervisor
    2025.03.0
    Operating System
    14.2
    Frontend
    20250221.0
@Simonz82 Simonz82 added the bug Something isn't working label Mar 4, 2025
@markusg1234
Copy link

Hi,

try adding card_mod: before style as this works for me.

    hide:
      temperature: true
      state: true      
    card_mod:   
      style: |
        ha-card {
          --st-font-size-xl: 10px; #this is a font size, but don't change
          --st-font-size-m: 10px;
          --st-font-size-title: 10px;
          --st-font-size-sensors: 10px;
          --st-spacing: 2px;
        }

@guidokieboom
Copy link
guidokieboom commented May 8, 2025

With HA Core 2025.5 update the font of setpoint became small. Then with @markusg1234 suggestion (adding card_mod:) it did work for me as well... But only on desktop computer (MacOS and Safari browser). In the iOS app (for iPhone), the font does not adjust with the card_mod and style). See screenshots. My version of simple-thermostat is V2.5.0 (installed via HACS). I've cleared the caches. I've rebooted HA. Would you have any idea how I can adjust, so the iOS app and desktop HA show the same?

Image
Image
Image

@Avatar1976
Copy link

Do we need to log the HAcore 2025.05 update as a separate fault?
The font issue doesn't appear to have any work around for Android app either (just tried the same as above on Android and still stuck with small fonts on set point).

@Tazmanian79
Copy link

Same here HA update 2025.5 and the font size is very small.

@automaton82
Copy link

Same here, Android. Font is tiny for the temp.

@robex2005
Copy link

Same here, font too small in latest HA (2025.5.0) and Android companion APP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants
0