From cbf66444fa0acde7781f6c7954b661548ae081aa Mon Sep 17 00:00:00 2001 From: tube0013 Date: Thu, 23 May 2019 13:02:47 -0400 Subject: [PATCH] Add command to remove modemmanger from host --- source/_components/zha.markdown | 5 +++++ 1 file changed, 5 insertions(+) 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 +```