From 0743892ef86863ab6679ffff9b119d2d436a047f Mon Sep 17 00:00:00 2001 From: finity69x2 <32221243+finity69x2@users.noreply.github.com> Date: Fri, 6 Aug 2021 07:34:01 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e6b07c..e16158c 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Then to use this in a card place the following in your entity card: | 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 | | 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 | | 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 |