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

FR: Multiline support for "secondary" #71

Open
ildar170975 opened this issue Jan 31, 2022 · 0 comments
Open

FR: Multiline support for "secondary" #71

ildar170975 opened this issue Jan 31, 2022 · 0 comments

Comments

@ildar170975
Copy link

Currently I have to use card-mod for this:

      - type: custom:template-entity-row
        entity: sun.sun
        secondary: |
          Elevation={{state_attr(config.entity,'elevation')}}
          rise & shine
        card_mod:
          style:
            div#wrapper: |
              .info.pointer .secondary {
                white-space: pre;
              }

изображение
Is it possible to use the "white-space: pre;" option by default?

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

1 participant