1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-13 08:28:19 +00:00

15 lines
247 B
YAML
Raw Normal View History

uart:
- id: uart_sdm_sds011
tx_pin: ${tx_pin}
rx_pin: ${rx_pin}
baud_rate: 115200
sensor:
- platform: sds011
pm_2_5:
name: SDS011 PM2.5
pm_10_0:
name: SDS011 PM10.0
rx_only: false
update_interval: 5min