Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 106126

How to show auto-entities in layout-card in 3 columns?

$
0
0

Here is my lovelace config:

views: 
- title: Auto 
  visible:
    - user: xxxxx
  cards:
    - type: custom:layout-card 
      layout_type: vertical
      layout:
        # width: 300
        max_cols: 3
      cards:           
        - type: custom:auto-entities
          show_empty: true
          show_header_toggle: false
          card:
            title: New
            type: entities 
            show_header_toggle: false
          filter:
            include:
              - domain: automation
        - type: custom:auto-entities
                ...
        - type: custom:auto-entities
                ...

I would like to output auto-entities in 3 vertical colums, that’s why I use tags ‘layout_type: vertical’ and ‘layout: max_cols: 3’, but it doesn’t work with auto-entities unlike entities card or many others. Lovelace shows only 1 column.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 106126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>