mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
10 lines
156 B
YAML
10 lines
156 B
YAML
i2c:
|
|
- id: i2c_opt3001
|
|
scl: 16
|
|
sda: 17
|
|
|
|
sensor:
|
|
- platform: opt3001
|
|
name: Living Room Brightness
|
|
address: 0x44
|
|
update_interval: 30s
|