Skip to content

Commit 860721f

Browse files
authored
Update readme.md
1 parent 13b67ed commit 860721f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Then to use this in a card place the following in your entity card:
3939
| reverseButtons | Boolean | No | false | Set to true to reverse the button order |
4040
| isTwoSpeedFan | Boolean | No | false | Set to true to hide the Medium Speed button |
4141
| sendStateWithSpeed | Boolean | No | false | Used only for certain firmware that requires the State command be sent with the Speed command |
42+
| width | String | No | 30px | A custom width for the buttons |
43+
| height | String | No | 30px | A custom height for the buttons |
4244
| isOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if fan is off |
4345
| isOnLowColor | String | No | '#43A047' | Sets the color of the 'Low' button if fan is on low |
4446
| isOnMedColor | String | No | '#43A047' | Sets the color of the 'Med' button if fan is on Medium |
@@ -99,6 +101,8 @@ The optional "sendStateWithSpeed" config entry is only needed to be set to true
99101
customLowText: do
100102
customMedText: re
101103
customOffText: not
104+
width: '15px'
105+
height: '15px'
102106
```
103107
104108
This is with the default Lovelace frontend theme set:

0 commit comments

Comments
 (0)