Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
finity69x2 authored Aug 14, 2020
1 parent f00521c commit fa1d3f4
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
@@ -33,11 +33,11 @@ Then to use this in a card place the following in your entity card:
| 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 |
| sendStateWithSpeed | Boolean | No | false | Used only for certain firmware that requires the State command be sent with the Speed command |
| customIsOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if fan is off |
| customIsOnLowColor | String | No | '#43A047' | Sets the color of the 'Low' button if fan is on low |
| customIsOnMedColor | String | No | '#43A047' | Sets the color of the 'Med' button if fan is on Medium |
| customIsOnHiColor | String | No | '#43A047' | Sets the color of the 'Hi' button if fan is on high |
| customIsOffSpdColor | String | No | '#759aaa' | Sets the color of the the buttons if that selection is off |
| 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 |
| isOnHiColor | String | No | '#43A047' | Sets the color of the 'Hi' button if fan is on high |
| buttonInactiveColor | String | No | '#759aaa' | Sets the color of the the buttons if that selection is off |
| customOffText | String | No | 'OFF' | Sets the text of the "off" button |
| customLowText | String | No | 'LOW' | Sets the text of the "low" speed button |
| customMedText | String | No | 'MED' | Sets the text of the "medium" speed button |
@@ -72,12 +72,13 @@ The optional "sendStateWithSpeed" config entry is only needed to be set to true
- entity: fan.sunroom_fan
type: custom:fan-control-entity-row
name: Sunroom Fan Custom Custom
reverseButtons: true
customTheme: true
customIsOnLowColor: 'rgb(255, 0, 0)'
customIsOnMedColor: '#888888'
customIsOnHiColor: '#222222'
customIsOffSpdColor: '#aaaaaa'
customIsOffColor: 'purple'
isOnLowColor: 'rgb(255, 0, 0)'
isOnMedColor: '#888888'
isOnHiColor: '#222222'
buttonInactiveColor: '#aaaaaa'
isOffColor: 'purple'
## USE THIS CONFIG FOR USE WITH THE ESPHOME FIRMWARE (ALONG WITHE THE THEME SETTING ABOVE IF DESIRED)
- entity: fan.master_bedroom_fan
type: custom:fan-control-entity-row

0 comments on commit fa1d3f4

Please sign in to comment.