Hallo zusammen,
ich bin gerade dabei mein Dashboard neu aufzubauen und will die Personen-Karte in veränderter Form nutzen. Folgende Probleme habe ich noch:
- Bilder sind im Dashboard zu klein, sollen größer werden (Originalbilder sind groß genug)
- Abstand zwischen beiden Karten zu groß und sollen direkt nebeneinander sein.
Momentan sieht das ganze so aus:
Folgender Code liegt dahinter:
type: horizontal-stack
cards:
- type: custom:mushroom-person-card
entity: person.xxx
icon_type: entity-picture
secondary_info: none
primary_info: none
card_mod:
style: |
ha-card {
background: none;
border-style: none;
width: 50px;
}
- type: custom:mushroom-person-card
entity: person.yyy
icon_type: entity-picture
secondary_info: none
primary_info: none
card_mod:
style: |
ha-card {
background: none;
border-style: none;
width: 50px;
}
Ich könnte mir auch vorstellen eine Bild-Entitätskarte zu nehmen, weiß jedoch nicht, wie ich das Bild durch Cardstyle rund bekomme und die Bordern nach Zustand einfärben kann…
Danke schon mal!
LG
fl0wing