886 B
886 B
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Particulate matter Sensor | Instructions how to integrate Particulate matter (PM) sensors within Home Assistant. | 2015-08-09 12:00 | true | false | true | true | mqtt.png | Sensor | 0.26 | Local Push |
The serial_pm
sensor platform allows you to use your Particulate matter (PM) sensors with Home Assistant.
To use your PM sensor in your installation, add the following to your configuration.yaml
file:
# Example configuration.yml entry
sensor:
platform: serial_pm
serial_device: /dev/tty.SLAB_USBtoUART
name: Nova
brand: novafitness
Configuration variables:
- serial_device (Required): The port where the sensor is connected.
- name (Optional): The name of the sensor.
- brand (Required): The type or brand of the sensor.