Skip to content

Commit 536d0b5

Browse files
nodinosaurfabaff
authored andcommitted
Amended a typo for a hyperlink (home-assistant#2036)
Slightly tweaked formatting. Spotted a gramatical error Fixed a hyperlink error
1 parent c789873 commit 536d0b5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/_components/sensor.sensehat.markdown

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Configuration variables:
3636
- 'pressure'
3737

3838

39-
#### Customizing the Sense HAT data
39+
###### Customizing the Sense HAT data
4040

4141
**Format the sensor values**
4242
Add the following to your `sensor`
@@ -102,10 +102,10 @@ group:
102102
```
103103

104104

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:
106106
Here are the steps to make the _SenseHAT_ sensor work _successfully_ with the virtual enviroment versions.
107107

108-
#### Install SenseHAT package to _homeassistant_venv_
108+
###### Install SenseHAT package to _homeassistant_venv_
109109
```bash
110110
# switch to the homeassistant_venv environment
111111
sudo su -s /bin/bash homeassistant
@@ -115,7 +115,7 @@ source /srv/homeassistant/homeassistant_venv/bin/activate
115115
pip3 install sense-hat
116116
# be patient, this will take a long while
117117
```
118-
#### Return to `pi`
118+
###### Return to `pi`
119119
Type `exit` to quit out of the _homeassistant_venv_ back to your `pi` environment.
120120

121121
As all of the following steps should be under the `pi` user environment.
@@ -138,9 +138,10 @@ sudo addgroup homeassistant i2c
138138
sudo reboot
139139
```
140140

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.
142142
_(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)
144145

145146
This fix has been tested with a clean install of:
146147

0 commit comments

Comments
 (0)