mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
23 lines
500 B
YAML
23 lines
500 B
YAML
v3_button_person:
|
|
template: v3_badge
|
|
show_state: false
|
|
show_icon: false
|
|
show_name: false
|
|
hold_action:
|
|
action: more-info
|
|
styles:
|
|
card:
|
|
- width: 60px
|
|
- height: 60px
|
|
- border-radius: 60px
|
|
- background-repeat: no-repeat
|
|
- background-position: center center
|
|
- background-size: cover
|
|
- border-color: var(--accent-color)
|
|
state:
|
|
- value: 'off'
|
|
styles:
|
|
card:
|
|
- filter: grayscale(100%)
|
|
- border-color: black
|