File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ 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| sensStateWithSpeed | Boolean | No | false | Used only for certain firmware that requires the Statre command be sent with the speed command |
34- | customIsOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if fan is off |
35- | customIsOnLowColor | String | No | '#43A047' | Sets the color of the 'Low' button if fan is on low |
36- | customIsOnMedColor | String | No | '#43A047' | Sets the color of the 'Med' button if fan is on Medium |
37- | customIsOnHiColor | String | No | '#43A047' | Sets the color of the 'High' button if fan is on high |
34+ | isOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if fan is off |
35+ | isOnLowColor | String | No | '#43A047' | Sets the color of the 'Low' button if fan is on low |
36+ | isOnMedColor | String | No | '#43A047' | Sets the color of the 'Med' button if fan is on Medium |
37+ | isOnHiColor | String | No | '#43A047' | Sets the color of the 'High' button if fan is on high |
3838| buttonInactiveColor | String | No | '#759aaa' | Sets the color of the buttons if that selection is off |
3939| customOffText | String | No | 'OFF' | Sets the text of the "off" button |
4040| customLowText | String | No | 'LOW' | Sets the text of the "low" speed button |
You can’t perform that action at this time.
0 commit comments