home-assistant.io/source/_components/light.sensehat.markdown
Jorim Tielemans 17cdc26fb8 Fix variable ha_release etc. (#5866)
* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release

* Fix variable ha_release
2018-07-24 22:13:59 +02:00

790 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page Sense HAT Light Instructions on how to setup Sense HAT LED lights within Home Assistant. 2017-04-29 16:00 true false true true sense-hat.png Light Assumed State 0.44

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.