mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-17 01:52:58 +00:00
Add variable for v3 button size
This commit is contained in:
@@ -6,14 +6,14 @@ v3_button:
|
|||||||
show_state: true
|
show_state: true
|
||||||
show_icon: true
|
show_icon: true
|
||||||
show_name: true
|
show_name: true
|
||||||
size: 120px
|
size: var(--v3-button-size, 120px)
|
||||||
card_size: 2
|
card_size: 2
|
||||||
hold_action:
|
hold_action:
|
||||||
action: more-info
|
action: more-info
|
||||||
styles:
|
styles:
|
||||||
card:
|
card:
|
||||||
- width: 120px
|
- width: var(--v3-button-size, 120px)
|
||||||
- height: 120px
|
- height: var(--v3-button-size, 120px)
|
||||||
- box-shadow: none
|
- box-shadow: none
|
||||||
- --ha-card-background: "[[[ return variables.background_color ]]]"
|
- --ha-card-background: "[[[ return variables.background_color ]]]"
|
||||||
icon:
|
icon:
|
||||||
|
|||||||
Reference in New Issue
Block a user