Update when usb devices are detected (#19032)

This commit is contained in:
J. Nick Koston 2021-08-21 16:07:43 -05:00 committed by GitHub
parent 574bde4dc0
commit 60675481a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 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 Windows and Mac OS, devices are detected at startup and hourly. - On non-Linux systems or systems without `udev` support, devices are detected when visiting the integrations page and during onboarding.
## Configuration ## Configuration