Skip to content

Commit

Permalink
Update info.md
Browse files Browse the repository at this point in the history
  • Loading branch information
finity69x2 authored Mar 24, 2021
1 parent 860721f commit 62ce0ae
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
Expand Up @@ -35,6 +35,8 @@ Then to use this in a card place the following in your entity card:
| 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 |
| width | String | No | 30px | A custom width for the buttons |
| height | String | No | 30px | A custom height for the buttons |
| 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 |
| isOnMedColor | String | No | '#43A047' | Sets the color of the 'Med' button if fan is on Medium |
Expand Down Expand Up @@ -92,6 +94,8 @@ The optional "sendStateWithSpeed" config entry is only needed to be set to true
customLowText: do
customMedText: re
customOffText: not
width: '15px'
height: '15px'
```

This is with the default Lovelace frontend theme set:
Expand Down

0 comments on commit 62ce0ae

Please sign in to comment.