1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-17 17:23:45 +01:00
Files
esphome/tests/components/tca9555/common.yaml
J. Nick Koston 9f46951959 tweak
2025-10-08 21:34:53 -10:00

24 lines
399 B
YAML

tca9555:
- id: tca9555_hub
i2c_id: i2c_bus
address: 0x21
binary_sensor:
- platform: gpio
id: tca9555_binary_sensor
name: TCA9555 Binary Sensor
pin:
tca9555: tca9555_hub
number: 1
mode: INPUT
inverted: true
output:
- platform: gpio
id: tca9555_output
pin:
tca9555: tca9555_hub
number: 0
mode: OUTPUT
inverted: false