mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 23:03:46 +01:00
14 lines
231 B
YAML
14 lines
231 B
YAML
pca6416a:
|
|
- id: pca6416a_hub
|
|
i2c_id: i2c_bus
|
|
address: 0x21
|
|
|
|
binary_sensor:
|
|
- platform: gpio
|
|
name: PCA6416A Binary Sensor
|
|
pin:
|
|
pca6416a: pca6416a_hub
|
|
number: 15
|
|
mode: INPUT
|
|
inverted: true
|