Skip to content

Commit 62ce0ae

Browse files
authored
Update info.md
1 parent 860721f commit 62ce0ae

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
@@ -35,6 +35,8 @@ Then to use this in a card place the following in your entity card:
3535
| reverseButtons | Boolean | No | false | Set to true to reverse the button order |
3636
| isTwoSpeedFan | Boolean | No | false | Set to true to hide the Medium Speed button |
3737
| sensStateWithSpeed | Boolean | No | false | Used only for certain firmware that requires the Statre command be sent with the speed command |
38+
| width | String | No | 30px | A custom width for the buttons |
39+
| height | String | No | 30px | A custom height for the buttons |
3840
| isOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if fan is off |
3941
| isOnLowColor | String | No | '#43A047' | Sets the color of the 'Low' button if fan is on low |
4042
| isOnMedColor | String | No | '#43A047' | Sets the color of the 'Med' button if fan is on Medium |
@@ -92,6 +94,8 @@ The optional "sendStateWithSpeed" config entry is only needed to be set to true
9294
customLowText: do
9395
customMedText: re
9496
customOffText: not
97+
width: '15px'
98+
height: '15px'
9599
```
96100

97101
This is with the default Lovelace frontend theme set:

0 commit comments

Comments
 (0)