Skip to content

Commit c0ff26e

Browse files
Wilco89Landrash
authored andcommitted
USB permission lines (home-assistant#1543)
Add permission to read out USB devices (DSMR, z-wave etc)
1 parent ea98b93 commit c0ff26e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/getting-started/installation-raspberry-pi-image.markdown

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Log in as the `pi` account and execute the following commands:
7373
```bash
7474
$ sudo systemctl stop home-assistant@homeassistant.service
7575
$ sudo su -s /bin/bash homeassistant
76-
$ source /srv/homeassistant/bin/activate
76+
$ source /srv/homeassistant/bin/activate
7777
$ pip3 install --upgrade homeassistant
7878
$ exit
7979
$ sudo systemctl start home-assistant@homeassistant.service
@@ -160,6 +160,14 @@ $ sudo apt-get upgrade
160160

161161
Press `Y` to confirm that you would like to continue.
162162

163+
### {% linkable_title USB device permissions}
164+
When using some USB devices users have to give dialout permission to the user `homeassistant` and restart.
165+
166+
```shell
167+
$ sudo usermod -a -G dialout homeassistant
168+
$ sudo reboot
169+
```
170+
163171
### {% linkable_title Troubleshooting %}
164172

165173
If you run into any issues, please see [the troubleshooting page](/getting-started/troubleshooting/). It contains solutions to many of the more commonly encountered issues.

0 commit comments

Comments
 (0)