Files
sarah/lovelace/decluttering_templates/coloured-vertical-stack.yaml
T
2022-12-18 14:02:00 +02:00

15 lines
315 B
YAML

coloured-vertical-stack:
default:
- color: "black"
card:
type: custom:mod-card
card_mod:
style: |
ha-card {
--primary-color: [[color]];
margin: 20px var(--main-layout-card-margin) 0;
}
card:
type: vertical-stack
cards: "[[cards]]"