mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
11 lines
140 B
YAML
11 lines
140 B
YAML
|
i2c:
|
||
|
- id: i2c_fs3000
|
||
|
scl: 5
|
||
|
sda: 4
|
||
|
|
||
|
sensor:
|
||
|
- platform: fs3000
|
||
|
name: Air Velocity
|
||
|
model: 1005
|
||
|
update_interval: 60s
|