Adding documentation for Sense HAT lights (#2530)
* Adding documentation for Sense HAT lights. Lights component page plus cross referencing from the Sense HAT sensors component page. * Update light.sensehat.markdown
This commit is contained in:
parent
0af3e6b6d4
commit
0607999a19
2 changed files with 29 additions and 0 deletions
27
source/_components/light.sensehat.markdown
Normal file
27
source/_components/light.sensehat.markdown
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Sense HAT Light"
|
||||
description: "Instructions how to setup Sense HAT LED lights within Home Assistant."
|
||||
date: 2017-04-29 16:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: sense-hat.png
|
||||
ha_version: 0.44
|
||||
ha_category: Light
|
||||
ha_iot_class: "Assumed State"
|
||||
---
|
||||
|
||||
The `sensehat` light platform lets you control the [Sense HAT](https://www.raspberrypi.org/products/sense-hat/) board's 8x8 RGB LED matrix on your Raspberry Pi from within Home Assistant.
|
||||
|
||||
To add `sensehat` to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
light:
|
||||
platform: sensehat
|
||||
name: SenseHAT
|
||||
```
|
||||
|
||||
For setting up the Sense HAT sensors, please see the [Sense HAT sensor component](/components/sensor.sensehat/).
|
Loading…
Add table
Add a link
Reference in a new issue