Skip to content

Commit 6067548

Browse files
authored
Update when usb devices are detected (home-assistant#19032)
1 parent 574bde4 commit 6067548

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_integrations/usb.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ha_codeowners:
1313

1414
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.
1515

16-
- On Linux, devices are detected as soon as they are plugged in.
17-
18-
- On Windows and Mac OS, devices are detected at startup and hourly.
16+
- On all supported systems, devices are detected at startup.
17+
- On Linux systems that have functional `udev` support, including Home Assistant Operating System, devices are detected as soon as they are plugged in.
18+
- On non-Linux systems or systems without `udev` support, devices are detected when visiting the integrations page and during onboarding.
1919

2020
## Configuration
2121

0 commit comments

Comments
 (0)