home-assistant.io/source/_components/sensor.sensehat.markdown
2016-12-17 23:27:59 +01:00

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'