Skip to content

Commit e68214d

Browse files
authored
Update info.md
1 parent e3817d8 commit e68214d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

info.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Changes:
22

3+
- v1.8 - BREAKING CHANGES! - I modified the options to be consistent with my other control rows and changed the default button order. I also added the option to reverse the button order.
4+
35
- v1.6 - added the ability to customize the text for the buttons. defaults to "OFF, LOW, MED, HIGH"
46

57
This is an element to add a fan control row to Home Assistant for 3-speed fans.
@@ -33,7 +35,7 @@ Then to use this in a card place the following in your entity card:
3335
| customIsOnLowColor | String | No | '#43A047' | Sets the color of the 'Low' button if fan is on low |
3436
| customIsOnMedColor | String | No | '#43A047' | Sets the color of the 'Med' button if fan is on Medium |
3537
| customIsOnHiColor | String | No | '#43A047' | Sets the color of the 'High' button if fan is on high |
36-
| customIsOffSpdColor | String | No | '#759aaa' | Sets the color of the buttons if that selection is off |
38+
| buttonInactiveColor | String | No | '#759aaa' | Sets the color of the buttons if that selection is off |
3739
| customOffText | String | No | 'OFF' | Sets the text of the "off" button |
3840
| customLowText | String | No | 'LOW' | Sets the text of the "low" speed button |
3941
| customMedText | String | No | 'MED' | Sets the text of the "medium" speed button |
@@ -66,12 +68,13 @@ The optional "sendStateWithSpeed" config entry is only needed to be set to true
6668
- entity: fan.sunroom_fan
6769
type: custom:fan-control-entity-row
6870
name: Sunroom Fan Custom Custom
71+
reverseButtons: true
6972
customTheme: true
70-
customIsOnLowColor: 'rgb(255, 0, 0)'
71-
customIsOnMedColor: '#888888'
72-
customIsOnHiColor: '#222222'
73-
customIsOffSpdColor: '#aaaaaa'
74-
customIsOffColor: 'purple'
73+
isOnLowColor: 'rgb(255, 0, 0)'
74+
isOnMedColor: '#888888'
75+
isOnHiColor: '#222222'
76+
buttonInactiveColor: '#aaaaaa'
77+
isOffColor: 'purple'
7578
## USE THIS CONFIG FOR USE WITH THE ESPHOME FIRMWARE (ALONG WITHE THE THEME SETTING ABOVE IF DESIRED)
7679
- entity: fan.master_bedroom_fan
7780
type: custom:fan-control-entity-row

0 commit comments

Comments
 (0)