thomasloven / lovelace-layout-card

🔹 Get more control over the placement of lovelace cards.
MIT License
1.08k stars 127 forks source link

[Feature request] - Extend Card visibility with show or not if sidebar is shown or hidden #121

Closed bratanon closed 3 years ago

bratanon commented 3 years ago

Something like this

- type: markdown
  content: |
    This is only shown when the sidebar is shown
  layout:
    show:
      sidebar: shown
- type: markdown
  content: |
    This is only shown when the sidebar is hidden
  layout:
    show:
      sidebar: hidden