From 9a6c2a7b72b4ceef730f7abb8efae4ddde668e47 Mon Sep 17 00:00:00 2001 From: finity69x2 <32221243+finity69x2@users.noreply.github.com> Date: Wed, 12 Aug 2020 13:06:54 -0400 Subject: [PATCH] Update info.md --- info.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/info.md b/info.md index cf6d0bc..1be5203 100644 --- a/info.md +++ b/info.md @@ -30,9 +30,10 @@ Then to use this in a card place the following in your entity card: | type | String | Yes | none | custom:binary-control-button-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 | -| IsOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if entity is off | -| IsOnColor | String | No | '#43A047' | Sets the color of the 'Low' button if entity is on low | -| ButtonInactiveColor | String | No | '#759aaa' | Sets the color of the the buttons if that selection is not "active" | +| reverseButtons | Boolean | No | false | set to true to reverse button order | +| isOffColor | String | No | '#f44c09' | Sets the color of the 'Off' button if entity is off | +| isOnColor | String | No | '#43A047' | Sets the color of the 'Low' button if entity is on low | +| buttonInactiveColor | String | No | '#759aaa' | Sets the color of the the buttons if that selection is not "active" | | customOffText | String | No | 'OFF' | Sets the text of the "off" button | | customLowText | String | No | 'ON' | Sets the text of the "on" button | @@ -60,10 +61,11 @@ The values for the colors can be any valid color string in "HEX", "RGB" or by co - type: custom:binary-control-button-row name: Basement Bath Customized Button Row entity: light.sengled_e11g13_03070a4c_1 + reverseButtons: true customTheme: true - IsOnColor: 'rgb(255, 0, 0)' - IsOffColor: 'purple' - ButtonInactiveColor: '#aaaaaa' + isOnColor: 'rgb(255, 0, 0)' + isOffColor: 'purple' + buttonInactiveColor: '#aaaaaa' ## USE THIS CONFIG TO SET CUSTOM BUTTON TEXT (NOT REQUIRED TO SET "customTheme: true" TO USE THESE ) - type: custom:binary-control-button-row name: Basement Bath Customized Button Row