mirror of
https://github.com/esphome/esphome.git
synced 2025-02-13 16:38:18 +00:00
11 lines
184 B
YAML
11 lines
184 B
YAML
uart:
|
|
- id: uart_pm1006
|
|
tx_pin: ${tx_pin}
|
|
rx_pin: ${rx_pin}
|
|
baud_rate: 9600
|
|
|
|
sensor:
|
|
- platform: pm1006
|
|
pm_2_5:
|
|
name: Particulate Matter 2.5µm Concentration
|