mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 03:42:20 +01:00
11 lines
172 B
YAML
11 lines
172 B
YAML
i2c:
|
|
- id: i2c_opt3001
|
|
scl: ${scl_pin}
|
|
sda: ${sda_pin}
|
|
|
|
sensor:
|
|
- platform: opt3001
|
|
name: Living Room Brightness
|
|
address: 0x44
|
|
update_interval: 30s
|