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

Wrong visualization of attributes ("," instead of ".") - no localization override #339

Open
bcutter opened this issue Aug 3, 2024 · 3 comments

Comments

@bcutter
Copy link

bcutter commented Aug 3, 2024

I have an entity update.lock_firmware_update with attributes

auto_update: false
installed_version: 8.34
in_progress: false
latest_version: 8.35
...

When using the card like this

      - type: custom:multiple-entity-row
        entity: update.lock_firmware_update
        name: Nuki Hub-Version
        icon: mdi:counter
        toggle: false
        state_color: false
        show_state: true
        secondary_info: last-changed
        entities:
          - entity: update.lock_firmware_update
            attribute: installed_version
            name: Ist
          - entity: update.lock_firmware_update
            attribute: latest_version
            name: Neu
        state_header: Update?
        column: false

I get this:
grafik

Problem: the original attributes version is with a dot (.) instead of a commata (,) - the card is showing them wrong.

I guess localization (UI language is German) kicks in here and custom:multiple-entity-row still seems to be unable to override this behaviour. No other card shows attributes with wrong characters broken this way.

@ildar170975
Copy link

#220

@ildar170975
Copy link

means - duplicate of #220

@bcutter
Copy link
Author

bcutter commented Aug 7, 2024

means - duplicate of #220

I got that. Unfortunately that original issue tracker is very old and zero progress has been made until today. Whatever happens with this #339, I'm looking forward to see #220 fixed.

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