Change every beginning of a section from this:
- type: grid
cards:
To this:
- type: custom:mod-card
style: |
ha-card {
margin-top: 20px;
background-color: #e5eafa !important;
padding: 5px;
padding-bottom: 10px;
}
card:
type: vertical-stack
cards:
This assumes you have card-mod installed and working. That’s all it takes!