If so here's the yaml, using mushroom-template-card and card-mod
type: custom:mod-card
style: |
ha-card {
padding: 0px 5px 0px 5px;
background: var(--ha-card-background,var(--card-background-color,#fff));
box-shadow: var(--ha-card-box-shadow,none);
border-radius: var(--ha-card-border-radius,12px);
border-width: var(--ha-card-border-width,1px);
border-style: solid;
border-color: var(--ha-card-border-color,var(--divider-color,#e0e0e0));
}
card:
type: vertical-stack
cards:
- type: custom:mushroom-template-card
primary: room name here
secondary: Temp template here
icon: mdi:home
icon_color: orange
card_mod:
style: |
ha-card {
border: none;
background: none;
}
- type: horizontal-stack
cards:
- type: custom:mushroom-template-card
icon: mdi:lightbulb
primary: ""
secondary: ""
icon_color: amber
card_mod:
style: |
mushroom-shape-icon {
--shape-color: rgba(var(--rgb-primary-background-color), 0.2) !important;
}
ha-card {
border: none;
background: none;
}
- type: custom:mushroom-template-card
icon: mdi:door
primary: ""
secondary: ""
icon_color: red
card_mod:
style: |
mushroom-shape-icon {
--shape-color: rgba(var(--rgb-primary-background-color), 0.2) !important;
}
ha-card {
border: none;
background: none;
}
- type: custom:mushroom-template-card
icon: mdi:window-closed-variant
primary: ""
secondary: ""
icon_color: red
card_mod:
style: |
mushroom-shape-icon {
--shape-color: rgba(var(--rgb-primary-background-color), 0.2) !important;
}
ha-card {
border: none;
background: none;
}
- type: custom:mushroom-template-card
icon: mdi:curtains
primary: ""
secondary: ""
icon_color: cyan
card_mod:
style: |
mushroom-shape-icon {
--shape-color: rgba(var(--rgb-primary-background-color), 0.2) !important;
}
ha-card {
border: none;
background: none;
}
- type: custom:mushroom-template-card
icon: mdi:speaker
primary: ""
secondary: ""
icon_color: grey
card_mod:
style: |
mushroom-shape-icon {
--shape-color: rgba(var(--rgb-primary-background-color), 0.2) !important;
}
ha-card {
border: none;
background: none;
}
grid_options:
columns: 6
rows: auto