Add command to remove modemmanger from host

This commit is contained in:
tube0013 2019-05-23 13:02:47 -04:00 committed by GitHub
parent 1611949784
commit cbf66444fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,3 +107,8 @@ In case you want to add Philips Hue bulbs that have previously been added to ano
## {% linkable_title ZHA Start up issue with Home-Assistant Docker/Hass.io installs on linux hosts %}
On Linux hosts ZHA can fail to start during HA startup or restarts because the zigbee USB device is being claimed by the host's modemmanager service. To fix this disable the modemmanger on the host system.
To remove modemmanager from an Debian/Ubuntu host run this command:
```
sudo apt-get purge modemmanager
```