From 5e34b12f0957e238b97db845e91a853ba211156e Mon Sep 17 00:00:00 2001 From: Nikolai Date: Sat, 31 Oct 2020 23:00:22 +0300 Subject: [PATCH] Fix spelling in zha integration (#15506) --- source/_integrations/zha.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 7f9cc8037cc..91a46316113 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -289,7 +289,7 @@ Follow the instructions on [https://github.com/vanviegen/hue-thief/](https://git ### ZHA Start up issue with Home Assistant or Home Assistant Container -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. +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. To remove modemmanager from a Debian/Ubuntu host run this command: @@ -311,7 +311,7 @@ Create a `docker-compose.yml` with the following data: version: '2' services: homeassistant: - # customisable name + # customizable name container_name: home-assistant # must be image for your platform, this is the rpi3 variant