Untitled

 avatar
unknown
plain_text
2 years ago
1.9 kB
10
Indexable
type: custom:stack-in-card
view_layout:
  column: 3
cards:
  - type: custom:stack-in-card
    cards:
      - square: false
        columns: 3
        type: grid
        cards:
          - type: markdown
            content: '# <ha-icon icon="mdi:faucet"></ha-icon> Bad'
          - type: markdown
            content: ' '
          - square: false
            columns: 2
            type: grid
            cards:
              - show_name: true
                show_icon: false
                type: custom:button-card
                tap_action:
                  action: more-info
                entity: sensor.bad_temperatur
                show_state: true
                name: Temperatur
                styles:
                  card:
                    - top: 24%
                  name:
                    - font-size: 12px
                    - filter: opacity(85%)
                    - height: 17px
                  state:
                    - font-size: 15px
              - show_name: true
                show_icon: false
                type: custom:button-card
                tap_action:
                  action: more-info
                entity: sensor.temperatur_bad_humidity_sensor
                show_state: true
                name: Luftfuktighet
                styles:
                  card:
                    - top: 24%
                  name:
                    - font-size: 12px
                    - filter: opacity(85%)
                    - height: 17px
                  state:
                    - font-size: 15px
  - type: custom:mushroom-media-player-card
    entity: media_player.google_nest_mini_bad
    fill_container: false
    use_media_info: false
    show_volume_level: false
    volume_controls:
      - volume_set
    media_controls:
      - on_off
    collapsible_controls: true
    name: Nest Mini
Editor is loading...