mirror of
https://github.com/esphome/esphome.git
synced 2024-11-08 09:40:53 +01:00
06829b53fe
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
16 lines
206 B
YAML
16 lines
206 B
YAML
i2c:
|
|
- id: i2c_sx1509
|
|
scl: 16
|
|
sda: 17
|
|
|
|
sx1509:
|
|
- id: sx1509_hub
|
|
address: 0x3E
|
|
|
|
binary_sensor:
|
|
- platform: gpio
|
|
name: GPIO SX1509 Test
|
|
pin:
|
|
sx1509: sx1509_hub
|
|
number: 3
|