From d0f357e2ebdf2562e563eb7f9d78065cd3b0a8ab Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Fri, 21 Feb 2025 01:04:38 +0000 Subject: [PATCH] Fix case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ca2484..6cd726b 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Use the provided pin-out to connect your ESP32 to the desk controller's RJ45 por **My height sensor is not providing the correct value** - Uncomment the debug line for UART in the ESPHome configuration to see the raw data coming from the desk controller. This will help you collect information to troubleshoot the issue. See [debugging UART](https://esphome.io/components/uart.html#debugging). -- If your cover entity has up/down buttons grayed out due to height sensor issues, you can change the internal parameter for the Up/Down switch from `true` to `false`in the YAML configuration. +- If your cover entity has up/down buttons grayed out due to height sensor issues, you can change the internal parameter for the up/down switch from `true` to `false`in the YAML configuration. ## Research