mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Add initial sense hat docs
This commit is contained in:
parent
36352f4c07
commit
02521a18c5
38
source/_components/sensor.sensehat.markdown
Normal file
38
source/_components/sensor.sensehat.markdown
Normal 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'
|
||||
|
||||
|
BIN
source/images/supported_brands/sense-hat.png
Normal file
BIN
source/images/supported_brands/sense-hat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
Loading…
x
Reference in New Issue
Block a user