USB permission lines (#1543)
Add permission to read out USB devices (DSMR, z-wave etc)
This commit is contained in:
parent
ea98b93b41
commit
c0ff26e163
1 changed files with 9 additions and 1 deletions
|
@ -160,6 +160,14 @@ $ sudo apt-get upgrade
|
||||||
|
|
||||||
Press `Y` to confirm that you would like to continue.
|
Press `Y` to confirm that you would like to continue.
|
||||||
|
|
||||||
|
### {% linkable_title USB device permissions}
|
||||||
|
When using some USB devices users have to give dialout permission to the user `homeassistant` and restart.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ sudo usermod -a -G dialout homeassistant
|
||||||
|
$ sudo reboot
|
||||||
|
```
|
||||||
|
|
||||||
### {% linkable_title Troubleshooting %}
|
### {% linkable_title Troubleshooting %}
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue