Clean-up white lines

This commit is contained in:
Fabian Affolter 2016-12-05 08:57:36 +01:00
parent 6217eb239b
commit 6ed7e52e20
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -68,13 +68,14 @@ group:
- sensor.gas_consumption
```
HASSBIAN users have to give dialout permission to the user 'homeassistant':
[HASSbian](/getting-started/installation-raspberry-pi-image/) users have to give dialout permission to the user `homeassistant`:
```
$ sudo usermod -a -G dialout homeassistant
```
and after that you need to reboot!
```
$ sudo reboot
```
$ sudo reboot
```