fonix232 / matrix_creator

Custom component for Home Assistant using the Matrix Creator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matrix_creator

Custom component for Home Assistant using the Matrix Creator

GitHub Release License

This project is based on the official Sense HAT component for Home Assistant Use the Matrix Creator sensors in Home Assistant Currently only following sensors are supported:

  • Humidity
  • Temperature
  • Pressure
  • UV

To get started put /custom_components/matrix_creator/ here: <config directory>/custom_components/matrix_creator/

Example configuration.yaml:

sensor:
  - platform: matrixcreator
    display_options:
      - temperature
      - humidity
      - pressure
      - uv

Configuration variables:

Field Value Necessity description
platform matrixcreator Required
display_options temperature, humidity, pressure, uv Required The sensors you want to add
is_hat_attached true Optional Is the HAT directly connected to the RPI

Due to how custom_components are loaded, it is normal to see a ModuleNotFoundError error on first boot after adding this, to resolve it, restart Home-Assistant.

About

Custom component for Home Assistant using the Matrix Creator

License:MIT License


Languages

Language:Python 100.0%