You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: info.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
Changes:
2
2
3
+
- v2.0 - added the ability to hide the medium speed button for use with a two speed fan.
4
+
3
5
- v1.8 & v1.9 - 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. See the readme.md for updated coinfiguration options.
4
6
5
7
- v1.6 - added the ability to customize the text for the buttons. defaults to "OFF, LOW, MED, HIGH"
@@ -30,6 +32,8 @@ Then to use this in a card place the following in your entity card:
30
32
| type | String | Yes | none | custom:fan-control-entity-row|
31
33
| name | String | No | none | A custom name for the entity in the row |
32
34
| customTheme | Boolean | No | false | set to true to use a custom theme |
35
+
| reverseButtons | Boolean | No | false | Set to true to reverse the button order |
36
+
| isTwoSpeedFan | Boolean | No | false | Set to true to hide the Medium Speed button |
33
37
| sensStateWithSpeed | Boolean | No | false | Used only for certain firmware that requires the Statre command be sent with the speed command |
34
38
| isOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if fan is off |
35
39
| isOnLowColor | String | No | '#43A047' | Sets the color of the 'Low' button if fan is on low |
0 commit comments