@@ -36,7 +36,7 @@ Configuration variables:
36
36
- ' pressure'
37
37
38
38
39
- # ### Customizing the Sense HAT data
39
+ # ##### Customizing the Sense HAT data
40
40
41
41
**Format the sensor values**
42
42
Add the following to your `sensor`
@@ -102,10 +102,10 @@ group:
102
102
` ` `
103
103
104
104
105
- # ## Directions for installing on Raspberry Pi All-In-One installer and HASSbian:
105
+ # ### Directions for installing on Raspberry Pi All-In-One installer and HASSbian:
106
106
Here are the steps to make the _SenseHAT_ sensor work _successfully_ with the virtual enviroment versions.
107
107
108
- # ### Install SenseHAT package to _homeassistant_venv_
108
+ # ##### Install SenseHAT package to _homeassistant_venv_
109
109
` ` ` bash
110
110
# switch to the homeassistant_venv environment
111
111
sudo su -s /bin/bash homeassistant
@@ -115,7 +115,7 @@ source /srv/homeassistant/homeassistant_venv/bin/activate
115
115
pip3 install sense-hat
116
116
# be patient, this will take a long while
117
117
` ` `
118
- # ### Return to `pi`
118
+ # ##### Return to `pi`
119
119
Type `exit` to quit out of the _homeassistant_venv_ back to your `pi` environment.
120
120
121
121
As all of the following steps should be under the `pi` user environment.
@@ -138,9 +138,10 @@ sudo addgroup homeassistant i2c
138
138
sudo reboot
139
139
` ` `
140
140
141
- Unfortunately enabling the SenseHAT Sensor component for a Virtual Environment install of Home-Assistant fails with errors.
141
+ Unfortunately, enabling the SenseHAT Sensor component for a Virtual Environment install of Home-Assistant fails with errors.
142
142
_(The Raspberry Pi All-In-One installer and HASSbian both run Home-Assistant in an virtual environment)._
143
- These issues have been discussed in the repository issue (#5093)[https://github.com/home-assistant/home-assistant/issues/5093)
143
+
144
+ These issues have been discussed in the repository issue [#5093](https://github.com/home-assistant/home-assistant/issues/5093)
144
145
145
146
This fix has been tested with a clean install of :
146
147
0 commit comments