Skip to content

Commit fa1d3f4

Browse files
authored
Update readme.md
1 parent f00521c commit fa1d3f4

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

readme.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Then to use this in a card place the following in your entity card:
3333
| name | String | No | none | A custom name for the entity in the row |
3434
| customTheme | Boolean | No | false | set to true to use a custom theme |
3535
| sendStateWithSpeed | Boolean | No | false | Used only for certain firmware that requires the State command be sent with the Speed command |
36-
| customIsOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if fan is off |
37-
| customIsOnLowColor | String | No | '#43A047' | Sets the color of the 'Low' button if fan is on low |
38-
| customIsOnMedColor | String | No | '#43A047' | Sets the color of the 'Med' button if fan is on Medium |
39-
| customIsOnHiColor | String | No | '#43A047' | Sets the color of the 'Hi' button if fan is on high |
40-
| customIsOffSpdColor | String | No | '#759aaa' | Sets the color of the the buttons if that selection is off |
36+
| isOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if fan is off |
37+
| isOnLowColor | String | No | '#43A047' | Sets the color of the 'Low' button if fan is on low |
38+
| isOnMedColor | String | No | '#43A047' | Sets the color of the 'Med' button if fan is on Medium |
39+
| isOnHiColor | String | No | '#43A047' | Sets the color of the 'Hi' button if fan is on high |
40+
| buttonInactiveColor | String | No | '#759aaa' | Sets the color of the the buttons if that selection is off |
4141
| customOffText | String | No | 'OFF' | Sets the text of the "off" button |
4242
| customLowText | String | No | 'LOW' | Sets the text of the "low" speed button |
4343
| customMedText | String | No | 'MED' | Sets the text of the "medium" speed button |
@@ -72,12 +72,13 @@ The optional "sendStateWithSpeed" config entry is only needed to be set to true
7272
- entity: fan.sunroom_fan
7373
type: custom:fan-control-entity-row
7474
name: Sunroom Fan Custom Custom
75+
reverseButtons: true
7576
customTheme: true
76-
customIsOnLowColor: 'rgb(255, 0, 0)'
77-
customIsOnMedColor: '#888888'
78-
customIsOnHiColor: '#222222'
79-
customIsOffSpdColor: '#aaaaaa'
80-
customIsOffColor: 'purple'
77+
isOnLowColor: 'rgb(255, 0, 0)'
78+
isOnMedColor: '#888888'
79+
isOnHiColor: '#222222'
80+
buttonInactiveColor: '#aaaaaa'
81+
isOffColor: 'purple'
8182
## USE THIS CONFIG FOR USE WITH THE ESPHOME FIRMWARE (ALONG WITHE THE THEME SETTING ABOVE IF DESIRED)
8283
- entity: fan.master_bedroom_fan
8384
type: custom:fan-control-entity-row

0 commit comments

Comments
 (0)