File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:
3131| name | String | No | none | A custom name for the entity in the row |
3232| customTheme | Boolean | No | false | set to true to use a custom theme |
3333| 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 |
3436| isOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if entity is off |
3537| isOnColor | String | No | '#43A047' | Sets the color of the 'Low' button if entity is on low |
3638| 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
7274 entity: light.sengled_e11g13_03070a4c_1
7375 customOnText: yay
7476 customOffText: nay
77+ width: '15px'
78+ height: '15px'
7579
7680 ```
7781
You can’t perform that action at this time.
0 commit comments