From 467fa4057088d23eaf8d85269c4b238729beb768 Mon Sep 17 00:00:00 2001 From: Rob Coleman Date: Thu, 8 Dec 2022 11:53:24 -0800 Subject: [PATCH] Don't encourage passing a ZWave dongle (#25203) --- source/_includes/installation/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/installation/container.md b/source/_includes/installation/container.md index 7b1685a619b..351d45fd5ec 100644 --- a/source/_includes/installation/container.md +++ b/source/_includes/installation/container.md @@ -80,7 +80,7 @@ Once the Home Assistant Container is running Home Assistant should be accessible ### Exposing Devices -In order to use Z-Wave, Zigbee or other integrations that require access to devices, you need to map the appropriate device into the container. Ensure the user that is running the container has the correct privileges to access the `/dev/tty*` file, then add the device mapping to your container instructions: +In order to use Zigbee or other integrations that require access to devices, you need to map the appropriate device into the container. Ensure the user that is running the container has the correct privileges to access the `/dev/tty*` file, then add the device mapping to your container instructions: {% tabbed_block %}