Skip to content

Custom component for Home Assistant using the Matrix Creator

License

Notifications You must be signed in to change notification settings

Sennevds/matrix_creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages