mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 09:17:35 +00:00

* Adding documentation for Sense HAT lights. Lights component page plus cross referencing from the Sense HAT sensors component page. * Update light.sensehat.markdown
787 B
787 B
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_version | ha_category | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Sense HAT Light | Instructions how to setup Sense HAT LED lights within Home Assistant. | 2017-04-29 16:00 | true | false | true | true | sense-hat.png | 0.44 | Light | Assumed State |
The sensehat
light platform lets you control the 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:
# Example configuration.yaml entry
light:
platform: sensehat
name: SenseHAT
For setting up the Sense HAT sensors, please see the Sense HAT sensor component.