diff --git a/components/maidsite_desk_controller/README.md b/components/maidsite_desk_controller/README.md index a682823..3e36733 100644 --- a/components/maidsite_desk_controller/README.md +++ b/components/maidsite_desk_controller/README.md @@ -205,6 +205,15 @@ button: return out; ``` +To be able to use the regex command the file "common_includes.h" must be created in the directory "components". +The content of the "common_includes.h" must be: + +``` +#include +#include +#include +``` + ## Sources Thanks to [shades66](https://github.com/shades66/Maidesite-standing-desk/tree/main) for the minimal and easy to setup esphome config.