Newer
Older
homeassistant_config / dashboards / minimal / views / hjem.yaml
@Rolf Bagge Rolf Bagge on 3 Dec 2022 1 KB Updates
title: Hjem
cards:
  - type: custom:stack-in-card
    cards:
      - type: custom:decluttering-card
        template: title_template
        variables:
          - title: Velkommen, {{user}}
          - font-size: "1.5rem"

      - type: custom:mushroom-chips-card
        chips:
          - type: template
            icon: mdi:lightbulb
            content: Lys
            icon_color: yellow
            tap_action:
              action: navigate
              navigation_path: lys
          - type: template
            icon: mdi:heating-coil
            content: Varme
            icon_color: red
            tap_action:
              action: navigate
              navigation_path: varme
        alignment: center
        style: |
          :host  {
            padding-bottom: 1em;
          }

  - type: custom:gap-card

  - type: custom:stack-in-card
    mode: horizontal
    cards:
      - type: custom:mushroom-person-card
        entity: person.rolf_bagge
      - type: custom:mushroom-person-card
        entity: person.berit_bagge

  - type: custom:gap-card

  - type: custom:stack-in-card
    mode: horizontal
    cards:
      - type: custom:room-card
        title: Køkken
        entity: light.kokken_alle
        icon: mdi:stove
        show_icon: true
        tap_action:
          action: navigate
          navigate_path: kokken

      - type: custom:room-card
        title: Stue
        entity: light.stue_gruppe
        icon: mdi:sofa
        show_icon: true
        tap_action:
          action: navigate
          navigate_path: stue