Skip to content

Commit

Permalink
two speed fan functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored Dec 1, 2020
1 parent 24b6d40 commit 5cd518d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changes:

- v2.0 - added the ability to hide the medium speed button for use with a two speed fan.

- 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.

- v1.6 - added the ability to customize the text for the buttons. defaults to "OFF, LOW, MED, HIGH"
Expand Down Expand Up @@ -30,6 +32,8 @@ Then to use this in a card place the following in your entity card:
| type | String | Yes | none | custom:fan-control-entity-row |
| name | String | No | none | A custom name for the entity in the row |
| customTheme | Boolean | No | false | set to true to use a custom theme |
| reverseButtons | Boolean | No | false | Set to true to reverse the button order |
| isTwoSpeedFan | Boolean | No | false | Set to true to hide the Medium Speed button |
| sensStateWithSpeed | Boolean | No | false | Used only for certain firmware that requires the Statre command be sent with the speed command |
| isOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if fan is off |
| isOnLowColor | String | No | '#43A047' | Sets the color of the 'Low' button if fan is on low |
Expand Down

0 comments on commit 5cd518d

Please sign in to comment.