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 · 1 comment
Open

FR: Multiline support for "secondary" #71

ildar170975 opened this issue Jan 31, 2022 · 1 comment

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?

@igorsantos07
Copy link

igorsantos07 commented Jul 16, 2024

FYI this trick also works on the state block:

card_mod:
  style:
    div#wrapper: |
      .state { white-space: pre-line }

Just discovered pre-line, which helps with white-space difficulties around Jinja templates - it gets a bit troublesome when you want some space / line breaks, but not a bunch of space just because you indented the template haha

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