1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Add support for PCA9535 16 bit I/O expander (#5634)

This commit is contained in:
Clyde Stubbs
2023-11-01 10:22:04 +11:00
committed by GitHub
parent 8eae882d93
commit 1fd9d67e2b
5 changed files with 70 additions and 17 deletions

View File

@@ -217,7 +217,7 @@ esphome/components/number/* @esphome/core
esphome/components/ota/* @esphome/core
esphome/components/output/* @esphome/core
esphome/components/pca6416a/* @Mat931
esphome/components/pca9554/* @hwstar
esphome/components/pca9554/* @clydebarrow @hwstar
esphome/components/pcf85063/* @brogon
esphome/components/pcf8563/* @KoenBreeman
esphome/components/pid/* @OttoWinter