You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/usb.markdown
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ ha_codeowners:
13
13
14
14
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.
15
15
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.
0 commit comments