Sense HAT
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’