Skip to content

Commit 24b6d40

Browse files
authored
update for setting to a two speed fan
1 parent fba0c16 commit 24b6d40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
It uses the code that can be found in my fan control package @ https://github.com/finity69x2/Home-Assistant/blob/master/packages/fan_package.yaml
66

7+
UPDATE:
8+
9+
I've added the ability to hide the medium speed button to turn it into a two speed fan control, as well. To use it in this mode then your fan speeds must be designated low and high since it simply removes the medium speed button.
10+
711
Installation:
812

913
The easiest way to install this is to use the Home Assistant Community Store (HACS) in Home Assistant.
@@ -32,6 +36,8 @@ Then to use this in a card place the following in your entity card:
3236
| type | String | Yes | none | custom:fan-control-entity-row |
3337
| name | String | No | none | A custom name for the entity in the row |
3438
| customTheme | Boolean | No | false | set to true to use a custom theme |
39+
| reverseButtons | Boolean | No | false | Set to true to reverse the button order |
40+
| isTwoSpeedFan | Boolean | No | false | Set to true to hide the Medium Speed button |
3541
| sendStateWithSpeed | Boolean | No | false | Used only for certain firmware that requires the State command be sent with the Speed command |
3642
| isOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if fan is off |
3743
| isOnLowColor | String | No | '#43A047' | Sets the color of the 'Low' button if fan is on low |

0 commit comments

Comments
 (0)