You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/zha.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ Follow the instructions on [https://github.com/vanviegen/hue-thief/](https://git
289
289
290
290
### ZHA Start up issue with Home Assistant or Home Assistant Container
291
291
292
-
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.
292
+
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 modemmanager on the host system.
293
293
294
294
To remove modemmanager from a Debian/Ubuntu host run this command:
295
295
@@ -311,7 +311,7 @@ Create a `docker-compose.yml` with the following data:
311
311
version: '2'
312
312
services:
313
313
homeassistant:
314
-
# customisable name
314
+
# customizable name
315
315
container_name: home-assistant
316
316
317
317
# must be image for your platform, this is the rpi3 variant
0 commit comments