Untitled

 avatar
unknown
plain_text
2 years ago
919 B
786
Indexable
square: false
columns: 1
type: grid
cards:
  - type: custom:button-card
    name: Cameras
    color: '#EDE7B0'
    icon: mdi:cctv
    aspect_ratio: 1.5/1
    tap_action:
      action: navigate
      navigation_path: http://homeassistant.local:8123/dashboard-tablet/cameras
    styles:
      card:
        - background-color: '#fffff'
        - font-size: 30px
    style: |
      ha-card {
            border-radius: 60px;
            opacity: 80%;
          }
  - type: custom:button-card
    name: Garden
    color: '#EDE7B0'
    icon: mdi:flower-tulip-outline
    aspect_ratio: 1.5/1
    tap_action:
      action: navigate
      navigation_path: http://homeassistant.local:8123/tablet-dashboard/garden
    styles:
      card:
        - background-color: '#fffff'
        - font-size: 30px
    style: |
      ha-card {
            border-radius: 60px;
            opacity: 80%;
          }
view_layout:
  grid-area: c1
Editor is loading...