Advertisement
JLindvig

Victor Layout-card

Oct 26th, 2020
2,288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. title: Home
  2. icon: mdi:home-assistant
  3. panel: true
  4. path: home
  5. cards:
  6.   - type: custom:layout-card
  7.     layout: vertical
  8.     max_columns: 3
  9.     min_width: 32%
  10.     max_width: 97%
  11.     cards:
  12.       - type: picture-glance
  13.         title: Person
  14.         image: /local/images/persons/person.jpg
  15.         entities:
  16.          - sensor.in2025_battery_level
  17.           - sensor.in2025_wifi_connection
  18.           - sensor.in2025_geocoded_location
  19.       - break
  20.  
  21.       - type: picture-glance
  22.         title: Person2
  23.         image: /local/images/persons/person.jpg
  24.         entities:
  25.          - sensor.in2025_battery_level
  26.           - sensor.in2025_wifi_connection
  27.           - sensor.in2025_geocoded_location
  28.       - break
  29.  
  30.       - type: picture-glance
  31.         title: Person3
  32.         image: /local/images/persons/person.jpg
  33.         entities:
  34.          - sensor.in2025_battery_level
  35.           - sensor.in2025_wifi_connection
  36.           - sensor.in2025_geocoded_location
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement