Untitled

 avatar
unknown
plain_text
2 years ago
951 B
6
Indexable
type: horizontal-stack
cards:
  - type: weather-forecast
    entity: weather.home
    card_mod:
      style: |
        ha-card
          {background: transparent; 
           border-style: none;
           font-size: 18px
  - type: vertical-stack
    cards:
      - type: markdown
        content: <br>
        card_mod:
          style: |
            ha-card
              {
               background: transparent;
               border-style: none;
      - type: custom:digital-clock
        cards: null
        card_mod:
          style: |
            ha-card
              {
               background: transparent;
               border-style: none;
               color: white;
               font-size: 35px
              }
      - type: markdown
        content: <br>
        card_mod:
          style: |
            ha-card
              {
               background: transparent;
               border-style: none;
view_layout:
  grid-area: h1
Editor is loading...