Add initial sense hat docs

This commit is contained in:
Fabian Affolter 2016-12-17 23:27:59 +01:00
parent 36352f4c07
commit 02521a18c5
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
---
layout: page
title: "Sense HAT"
description: "Instructions how to integrate Sense HAT within Home Assistant."
date: 2016-12-05 07:00
sidebar: true
comments: false
sharing: true
footer: true
logo: sense-hat.png
ha_category: Sensor
ha_release: 0.35
ha_iot_class: "Local Push"
---
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.
To add this platform to your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
sensor:
- platform: sensehat
display_options:
- temperature
- humidity
- pressure
```
Configuration variables:
- **display_options** (*Requires*) array: List of details to monitor. Defaults is `memory_free`.
- 'temperature'
- 'humidity'
- 'pressure'

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB