From 8e8464dd274cec9607bc5cabac15b6aec182f863 Mon Sep 17 00:00:00 2001 From: ElVit <54866762+ElVit@users.noreply.github.com> Date: Sat, 27 Jul 2024 20:46:55 +0200 Subject: [PATCH] README.md aktualisieren --- components/maidsite_desk_controller/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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.