diff --git a/source/_components/zha.markdown b/source/_components/zha.markdown index 7835c397cee..9f7a3e08441 100644 --- a/source/_components/zha.markdown +++ b/source/_components/zha.markdown @@ -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 +```