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 @@ -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
104108This is with the default Lovelace frontend theme set:
You can’t perform that action at this time.
0 commit comments