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

Lowercase letters #9

Open
4meuwil opened this issue Jan 9, 2020 · 1 comment · May be fixed by #28
Open

Lowercase letters #9

4meuwil opened this issue Jan 9, 2020 · 1 comment · May be fixed by #28
Labels

Comments

@4meuwil
Copy link

4meuwil commented Jan 9, 2020

Would love the ability to use lowercase letters in names! Thanks for the hard work so far!

@PhilippBaumgarten
Copy link

PhilippBaumgarten commented Nov 19, 2020

There are currently two options possible:

  1. Either we change the code for all users within flex-horseshoe-card.js on both lines:
     536: text-transform: uppercase;
     546: text-transform: uppercase;
  1. Or you manually edit your css-style for each affected card:
    within the "names", "states", "areas" section you add the following for styles:
      names:
        - id: 0
          entity_index: 0
          xpos: 50
          ypos: 85
          styles:
            - font-weight: normal;
            - text-transform: none;
            - font-size: 20;
            - opacity: 0.6;

I'd definitely prefer option 1, since HA cards by default do not transform your text input. Users still have opportunity to capitalize names and areas within their input or through option 2.

@PhilippBaumgarten PhilippBaumgarten linked a pull request Nov 19, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants