From a089266b28f937b50f2cef75573877bce0ae31d3 Mon Sep 17 00:00:00 2001 From: finity69x2 <32221243+finity69x2@users.noreply.github.com> Date: Wed, 24 Mar 2021 14:48:32 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 35fb7a5..8474681 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Then to use this in a card place the following in your entity card: | customTheme | Boolean | No | false | set to true to use a custom theme | | customSetpoints | Boolean | No | false | set to true to use custom speed percent setpoints | | reverseButtons | Boolean | No | false | set to true to reverse the button order | +| 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 percent speed | | isOnMedColor | String | No | '#43A047' | Sets the color of the 'Med' button if fan is on medium percent speed | @@ -93,6 +95,8 @@ If the speed percantage is changed via any other means (slider, service call, et customLowText: do customMedText: re customOffText: not + width: '15px' + height: '15px' ```