Skip to content

Commit 6f97746

Browse files
authored
Update info.md
1 parent 4622720 commit 6f97746

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

info.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)