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

Add PCA6416A Support (#4681)

This commit is contained in:
Mat931
2023-05-01 04:00:21 +00:00
committed by GitHub
parent 57e909e790
commit 76b6fcf554
5 changed files with 328 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ esphome/components/nfc/* @jesserockz
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/pcf85063/* @brogon
esphome/components/pid/* @OttoWinter