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

[Bug]: Gauge Card Display issue inside horizontal/vertical stack #149

Open
elmodem opened this issue Nov 11, 2024 · 0 comments
Open

[Bug]: Gauge Card Display issue inside horizontal/vertical stack #149

elmodem opened this issue Nov 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@elmodem
Copy link

elmodem commented Nov 11, 2024

Description

In the mobile app, entity values ​​and unit are sometimes not displayed when using the gauge card type within a horizontal or vertical stack card type.
The issue occurs randomly and will disappear the next time the card is automatically updated.
Using the gauge card type within a horizontal or vertical stacked card type without a tabbed card does not have these problems.

tabbed_card

Environment

- OS: Android
- Browser: browsers are not affected
- Home Assistant Version: 2024.11.1 core / 20241106.2 frontend       
- Tabbed Card Version: 0.3.2

Reproducible configuration

type: custom:tabbed-card
options: {}
tabs:
  - card:
      type: horizontal-stack
      cards:
        - type: gauge
          unit: Watt
          min: -2000
          max: 3000
          needle: true
          severity:
            green: -2000
            yellow: 50
            red: 250
          entity: sensor.strom_aktuell
          name: Aktueller Verbrauch Haus-Strom
        - type: gauge
          needle: true
          severity:
            green: 0
            yellow: 3.5
            red: 5
          entity: sensor.strom_bezug_gesamt_heute
          min: 0
          max: 12
          name: Tagesverbrauch Haus-Strom
    attributes:
      label: ⚡Haus-Strom
  - card:
      type: horizontal-stack
      cards:
        - type: gauge
          unit: Watt
          min: -2000
          max: 3000
          needle: true
          severity:
            green: -2000
            yellow: 50
            red: 250
          entity: sensor.bitshake_smartmeterreader_mt175_power
          name: Aktueller Verbrauch Wärmepumpe
        - type: gauge
          needle: true
          severity:
            green: 0
            yellow: 5
            red: 7.5
          entity: sensor.strom_bezug_wp_tagesverbrauch
          min: 0
          max: 20
          name: Tagesverbrauch Wärmepumpe
    attributes:
      label: ⚡Wärmepumpe

Additional context

Only within the mobile app - browsers are not affected. The issue also existed in earlier HA versions.

@elmodem elmodem added the bug Something isn't working label Nov 11, 2024
@elmodem elmodem changed the title [Bug]: [Bug]: Gauge Card Display issue inside horizontal/vertical stack Nov 11, 2024
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

2 participants