Skip to content

Commit 02521a1

Browse files
committed
Add initial sense hat docs
1 parent 36352f4 commit 02521a1

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: page
3+
title: "Sense HAT"
4+
description: "Instructions how to integrate Sense HAT within Home Assistant."
5+
date: 2016-12-05 07:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: sense-hat.png
11+
ha_category: Sensor
12+
ha_release: 0.35
13+
ha_iot_class: "Local Push"
14+
---
15+
16+
17+
The `sensehat` sensor platform allows you to display information collected by a [Sense HAT](https://www.raspberrypi.org/products/sense-hat/) add-on board for Raspberry Pi.
18+
19+
To add this platform to your installation, add the following to your `configuration.yaml` file:
20+
21+
```yaml
22+
# Example configuration.yaml entry
23+
sensor:
24+
- platform: sensehat
25+
display_options:
26+
- temperature
27+
- humidity
28+
- pressure
29+
```
30+
31+
Configuration variables:
32+
33+
- **display_options** (*Requires*) array: List of details to monitor. Defaults is `memory_free`.
34+
- 'temperature'
35+
- 'humidity'
36+
- 'pressure'
37+
38+
78.6 KB
Loading

0 commit comments

Comments
 (0)