mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
12 lines
176 B
YAML
12 lines
176 B
YAML
i2c:
|
|
- id: i2c_ds2484
|
|
scl: ${scl_pin}
|
|
sda: ${sda_pin}
|
|
|
|
one_wire:
|
|
platform: ds2484
|
|
i2c_id: i2c_ds2484
|
|
address: 0x18
|
|
active_pullup: true
|
|
strong_pullup: false
|