Newer
Older
homeassistant_config / dashboards / minimal / declutter.yaml
@Rolf Bagge Rolf Bagge on 3 Dec 2022 909 bytes Updates
title_template: # This is the name of a template
  default:
    - font-size: "2rem"
    - alignment: "center"
  card:
    type: custom:mod-card
    card:
      type: custom:mushroom-title-card
      title: "[[title]]"
      alignment: "[[alignment]]"
    card_mod:
      style:
        "mushroom-title-card":
          "$": |
            h1 {
              font-size: [[font-size]] !important;
            }

subpanel_title_template:
  default:
    - font-size: "2rem"
    - alignment: "center"
  card:
    type: "custom:layout-card"
    layout_type: custom:grid-layout
    layout:
      grid-template-columns: 50px auto
      place-items: baseline stretch
    cards:
      - type: custom:mushroom-chips-card
        chips:
          - type: back

      - type: custom:decluttering-card
        template: title_template
        variables:
          - title: "[[title]]"
          - alignment: "[[alignment]]"