Skip to content

Commit 5cd518d

Browse files
authored
two speed fan functionality
1 parent 24b6d40 commit 5cd518d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

info.md

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

3+
- v2.0 - added the ability to hide the medium speed button for use with a two speed fan.
4+
35
- 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.
46

57
- 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:
3032
| type | String | Yes | none | custom:fan-control-entity-row |
3133
| name | String | No | none | A custom name for the entity in the row |
3234
| 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 |
3337
| sensStateWithSpeed | Boolean | No | false | Used only for certain firmware that requires the Statre command be sent with the speed command |
3438
| isOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if fan is off |
3539
| isOnLowColor | String | No | '#43A047' | Sets the color of the 'Low' button if fan is on low |

0 commit comments

Comments
 (0)