You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments