File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ Then to use this in a card place the following in your entity card:
31
31
| name | String | No | none | A custom name for the entity in the row |
32
32
| customTheme | Boolean | No | false | set to true to use a custom theme |
33
33
| reverseButtons | Boolean | No | false | set to true to reverse button order |
34
+ | width | String | No | 30px | A custom width for the buttons |
35
+ | height | String | No | 30px | A custom height for the buttons |
34
36
| isOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if entity is off |
35
37
| isOnColor | String | No | '#43A047' | Sets the color of the 'Low' button if entity is on low |
36
38
| buttonInactiveColor | String | No | '#759aaa' | Sets the color of the the buttons if that selection is not "active" |
@@ -72,6 +74,8 @@ The values for the colors can be any valid color string in "HEX", "RGB" or by co
72
74
entity: light.sengled_e11g13_03070a4c_1
73
75
customOnText: yay
74
76
customOffText: nay
77
+ width: '15px'
78
+ height: '15px'
75
79
76
80
```
77
81
You can’t perform that action at this time.
0 commit comments