Skip to content

Commit

Permalink
Fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Feb 21, 2025
1 parent f34183b commit d0f357e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d0f357e

Please sign in to comment.