File tree 1 file changed +35
-0
lines changed 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : " Particulate matter Sensor"
4
+ description : " Instructions how to integrate Particulate matter (PM) sensors within Home Assistant."
5
+ date : 2015-08-09 12:00
6
+ sidebar : true
7
+ comments : false
8
+ sharing : true
9
+ footer : true
10
+ logo : mqtt.png
11
+ ha_category : Sensor
12
+ ha_release : 0.26
13
+ ha_iot_class : " Local Push"
14
+ ---
15
+
16
+
17
+ The ` serial_pm ` sensor platform allows you to use your Particulate matter (PM) sensors with Home Assistant.
18
+
19
+ To use your PM sensor in your installation, add the following to your ` configuration.yaml ` file:
20
+
21
+ ``` yaml
22
+ # Example configuration.yml entry
23
+ sensor :
24
+ platform : serial_pm
25
+ serial_device : /dev/tty.SLAB_USBtoUART
26
+ name : Nova
27
+ brand : novafitness
28
+ ` ` `
29
+
30
+ Configuration variables:
31
+
32
+ - **serial_device** (*Required*): The port where the sensor is connected.
33
+ - **name** (*Optional*): The name of the sensor.
34
+ - **brand** (*Required*): The type or brand of the sensor.
35
+
You can’t perform that action at this time.
0 commit comments