From 0b7bfa6c16cf4856dabaad5bed58086c4e9ac3cb Mon Sep 17 00:00:00 2001 From: ElVit Date: Thu, 30 Jan 2025 15:45:56 +0100 Subject: [PATCH] Updated README --- components/maidsite_desk/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/components/maidsite_desk/README.md b/components/maidsite_desk/README.md index 2a8b66c..0dbcbb2 100644 --- a/components/maidsite_desk/README.md +++ b/components/maidsite_desk/README.md @@ -97,7 +97,7 @@ button: #### sensors entities -sensor | description +entity | description -------------|---------------------------- height_abs | current height of the desk height_pct | height in percent @@ -110,16 +110,14 @@ position_m4 | 4th stored height #### number entities -Hold current values read from the desk and set values to desk when changed. - -sensor | description +entity | description ------------|---------------------------- height_abs | current height of the desk height_pct | height in percent #### buttons entities -button | description +entity | description -----------|--------------------------- step_up | move up desk by one step (~14mm) step_down | move down desk by one step (~14mm) @@ -137,7 +135,7 @@ save_m4 | save current height to 4th position #### lambda methods -lambda method | description +method | description --------------------------------------|--------------------------- `id(my_desk).step_up()` | step_up desk by one step (~14mm) `id(my_desk).step_down()` | step_down desk by one step (~14mm)