Untitled

 avatar
unknown
plain_text
2 years ago
349 B
2
Indexable
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%;
      }
Editor is loading...