From 60675481a06f114aec77287f7d4e0c06a1f118d2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 21 Aug 2021 16:07:43 -0500 Subject: [PATCH] Update when usb devices are detected (#19032) --- source/_integrations/usb.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/usb.markdown b/source/_integrations/usb.markdown index 4694a71c598..a297d1d10a2 100644 --- a/source/_integrations/usb.markdown +++ b/source/_integrations/usb.markdown @@ -13,9 +13,9 @@ ha_codeowners: The USB Discovery integration will watch the host for USB devices. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel. -- On Linux, devices are detected as soon as they are plugged in. - -- On Windows and Mac OS, devices are detected at startup and hourly. +- On all supported systems, devices are detected at startup. +- On Linux systems that have functional `udev` support, including Home Assistant Operating System, devices are detected as soon as they are plugged in. +- On non-Linux systems or systems without `udev` support, devices are detected when visiting the integrations page and during onboarding. ## Configuration