Update README.md

This commit is contained in:
Dave Williams | DitroniX | G8PUO
2026-06-13 10:01:44 +01:00
committed by GitHub
parent 7a6e001ce8
commit f15cc4ab42
+5 -3
View File
@@ -1,6 +1,8 @@
# TCA6408 ESPHome Component # TCA6408 ESPHome Component
Full-featured custom component for the **TCA6408** 8-bit I²C I/O Expander. Full-featured custom component for the **TCA6408** 8-bit I²C I/O Expander.
**This is work in progress and under test**
## Features ## Features
@@ -11,7 +13,7 @@ Full-featured custom component for the **TCA6408** 8-bit I
- Polling fallback mode - Polling fallback mode
- Compatible with ESP32 (including C3/C5/C6), ESP8266, etc. - Compatible with ESP32 (including C3/C5/C6), ESP8266, etc.
The INT pin on TCA6408 is open-drain active-low — connect a pull-up resistor (or use internal pull-up on ESP). The INT pin on TCA6408 is open-drain active-low — connect a pull-up resistor (or use internal pull-up on ESP).
## Installation ## Installation
@@ -34,7 +36,7 @@ The INT pin on TCA6408 is open-drain active-low
tca6408: tca6408:
- id: tca6408_hub - id: tca6408_hub
address: 0x20 # Default: 0x20 (0x200x27 depending on ADDR pins) address: 0x20 # Default: 0x20 (0x200x27 depending on ADDR pins)
interrupt_pin: GPIO6 # Recommended for fast input response interrupt_pin: GPIO6 # Recommended for fast input response
## Example: Outputs (Switches) ## Example: Outputs (Switches)