Hi,
I like to use square entity pictures instead of round ones. So I use card mod.
Example:
'type: entities
entities:
- entity: sensor.kuehlschrank_status
name: Kühlschrank oben
card_mod:
style:
hui-generic-entity-row$: |
state-badge {
border-radius: 0%;
}’
Works perfekt.
In glance card nothing changes, pictures still circles.
'type: glance
entities:
- entity: sensor.kuehlschrank_status
name: Kühlschrank oben
card_mod:
style:
hui-generic-entity-row$: |
state-badge {
border-radius: 0%;
}’
Ist there a possibility to get round pictures in glance card?