Skip to content

Commit 22c3aee

Browse files
committed
Add initial pm docs
1 parent b4047c1 commit 22c3aee

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+

0 commit comments

Comments
 (0)