Оформление карты и иконки
card_mod:
style:
mushroom-shape-icon$: |
...
.: |
ha-card {
...
}
С фоном иконки:
card_mod:
style: |
ha-card {
width: fit-content;
}
Без фона иконки:
card_mod:
style: |
ha-card {
width: fit-content;
}
mushroom-shape-icon {
--shape-color: none !important;
}
Без фона карты:
card_mod:
style: |
ha-card {
width: fit-content;
background: none;
border: none !important;
box-shadow: none !important;
}
Нет фона карты или фона иконки:
card_mod:
style: |
mushroom-shape-icon {
--shape-color: none !important;
}
ha-card {
width: fit-content;
background: none;
border: none !important;
box-shadow: none !important;
}
И последнее: без фона карточки, фона фигуры или фона значка:
card_mod:
style: |
mushroom-shape-icon {
--shape-color: none !important;
}
ha-card {
width: fit-content;
background: none;
border: none !important;
box-shadow: none !important;
}
mushroom-badge-icon {
--main-color: none !important;
}