Skip to content

Sidebar with ha-floorplan not loading correctly. #444

Answered by Trzinka
jarffs asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. I had a similar case!
The only solution that works is to split the view using the grid-layout card.

Example fp-yaml:

views:
  - title: Grid
    type: custom:grid-layout
    path: grid
    subview: false
    layout:
      grid-template-columns: 35vw auto
      grid-template-rows: auto
      grid-template-areas: |
        "calendar fp"
    badge: []
    cards:
      - type: horizontal-stack
        card_mod:
          style: |
            :host {
              margin: 0px !important;
              padding: 0px !important;
              }
            ha-card {
              background: transparent;
              }
        cards:
            *********
      - type: custom:atomic-calendar-…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@jarffs
Comment options

@Trzinka
Comment options

Answer selected by jarffs
@jarffs
Comment options

@Trzinka
Comment options

Comment options

You must be logged in to vote
2 replies
@jarffs
Comment options

@Trzinka
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants