Update sensor.dsmr.markdown (#1538)

This commit is contained in:
Wilco Land 2016-12-05 08:54:11 +01:00 committed by Fabian Affolter
parent 7e251a6e2a
commit 4128772554

View File

@ -67,3 +67,14 @@ group:
- sensor.power_production_normal - sensor.power_production_normal
- sensor.gas_consumption - sensor.gas_consumption
``` ```
HASSBIAN 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
```