summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2026-04-09 21:24:28 +0200
committermanuel <manuel@mausz.at>2026-04-09 21:24:28 +0200
commit54892fe2de3288c2de175f765c71bc6930d14ad2 (patch)
tree27899496cb8fe71b4fa89783f92a8837810da908
parent1ba53e64da92960698feb72a8493d49de2caddee (diff)
downloadarduino-54892fe2de3288c2de175f765c71bc6930d14ad2.tar.gz
arduino-54892fe2de3288c2de175f765c71bc6930d14ad2.tar.bz2
arduino-54892fe2de3288c2de175f765c71bc6930d14ad2.zip
office-desk: add area
-rw-r--r--esphome/config/office-desk-control.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/esphome/config/office-desk-control.yaml b/esphome/config/office-desk-control.yaml
index 1d4dcba..053755c 100644
--- a/esphome/config/office-desk-control.yaml
+++ b/esphome/config/office-desk-control.yaml
@@ -16,6 +16,7 @@ external_components:
16esphome: 16esphome:
17 name: ${device_name} 17 name: ${device_name}
18 friendly_name: ${friendly_name} 18 friendly_name: ${friendly_name}
19 area: Office
19 20
20 # Delay UART interaction on boot to give the desk controller time to initialize. 21 # Delay UART interaction on boot to give the desk controller time to initialize.
21 # After the delay, wake the desk by sending the "M" command to request the current height. 22 # After the delay, wake the desk by sending the "M" command to request the current height.