diff --git a/source/_integrations/sensehat.markdown b/source/_integrations/sensehat.markdown index ce8b3661f5ba..dc9564c62101 100644 --- a/source/_integrations/sensehat.markdown +++ b/source/_integrations/sensehat.markdown @@ -141,7 +141,36 @@ group: - group.sense_hat ``` -### Directions for installing on Raspberry Pi Raspbian Based installation: +## Install on: + +### Home Assistant Operating System + +_SenseHAT_ is not going to work straing in Home Assistant Operating System. To enable it you can follow these steps. + +- Follow instructions [here](/hassio/enable_i2c/) to enable i2c on Home Assistant Operating System +- Install "Custom deps deployment" add-on. To do so + - add ``https://github.com/home-assistant/hassio-addons-development`` to your add-ons repositories + - select *Custom deps deployment* and enable it +- Configure "Custom deps deployment" add-on + + ```yaml + pypi: + - >- + git+https://github.com/RPi-Distro/RTIMULib#egg=rtimulib&subdirectory=Linux/python + apk: + - gcc + - g++ + - py3-sensehat + - i2c-tools-dev + - python3-dev + - raspberrypi-dev + - raspberrypi-libs + ``` + +- Start the plugin and check the logs to make sure everything is fine. Set it to "Start at boot" +- Reboot and enjoy your lights + +### Raspberry Pi Raspbian Based installation: Here are the steps to make the _SenseHAT_ sensor work _successfully_ with the virtual environment versions.