esphome/tests/components/sgp30/test.esp32-c3-idf.yaml
Keith Burzinski 7e8ed5c391
Add some components to the new testing framework (S part 1) (#6224)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-04-23 21:49:15 +12:00

15 lines
242 B
YAML

i2c:
- id: i2c_sgp30
scl: 5
sda: 4
sensor:
- platform: sgp30
eco2:
name: Workshop eCO2
accuracy_decimals: 1
tvoc:
name: Workshop TVOC
accuracy_decimals: 1
address: 0x58
update_interval: 5s