From fa1d3f46726d516025ab394e57ccf843a616c769 Mon Sep 17 00:00:00 2001 From: finity69x2 <32221243+finity69x2@users.noreply.github.com> Date: Fri, 14 Aug 2020 07:54:24 -0400 Subject: [PATCH] Update readme.md --- readme.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index ad797ee..a3170e4 100644 --- a/readme.md +++ b/readme.md @@ -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