mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00
887 B
887 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Sense HAT | Instructions how to integrate Sense HAT within Home Assistant. | 2016-12-05 07:00 | true | false | true | true | sense-hat.png | Sensor | 0.35 | Local Push |
The sensehat
sensor platform allows you to display information collected by a Sense HAT add-on board for Raspberry Pi.
To add this platform to your installation, add the following to your configuration.yaml
file:
# 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'