From 6d4c38c912dc1fc07433a4db4a8bf91145733054 Mon Sep 17 00:00:00 2001 From: finity69x2 <32221243+finity69x2@users.noreply.github.com> Date: Fri, 24 Sep 2021 04:25:04 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e16158c..39ef770 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ 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 middle percent button | | sendStateWithSpeed | Boolean | No | false | Used only for certain firmware that requires the State command be sent with the Speed command | +| allowDisablingButtons | Boolean | No | true | Set to false to prevent buttons being disabled | | 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 |