mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
13 lines
169 B
YAML
13 lines
169 B
YAML
|
i2c:
|
||
|
- id: i2c_ags10
|
||
|
scl: 5
|
||
|
sda: 4
|
||
|
frequency: 10kHz
|
||
|
|
||
|
sensor:
|
||
|
- platform: ags10
|
||
|
id: ags10_1
|
||
|
tvoc:
|
||
|
name: AGS10 TVOC
|
||
|
update_interval: 60s
|