You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
333 B
15 lines
333 B
uart:
|
|
rx_pin: 15
|
|
tx_pin: 2
|
|
baud_rate: 9600
|
|
|
|
# SDS 011 Particulate Matter Sensor
|
|
sensor:
|
|
- platform: sds011
|
|
pm_2_5:
|
|
name: "${node_name} Particulate Matter <2.5µm Concentration"
|
|
id: pm2
|
|
pm_10_0:
|
|
name: "${node_name} Particulate Matter <10.0µm Concentration"
|
|
id: pm10
|
|
update_interval: 10min
|
|
|