esphome/tests/components/sfa30/test.rp2040.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

16 lines
260 B
YAML

i2c:
- id: i2c_sfa30
scl: 5
sda: 4
sensor:
- platform: sfa30
formaldehyde:
name: "SFA30 formaldehyde"
temperature:
name: "SFA30 temperature"
humidity:
name: "SFA30 humidity"
address: 0x5D
update_interval: 30s