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