diff --git a/source/_integrations/usb.markdown b/source/_integrations/usb.markdown index a297d1d10a2..9c20fa3e2d5 100644 --- a/source/_integrations/usb.markdown +++ b/source/_integrations/usb.markdown @@ -11,15 +11,15 @@ ha_codeowners: - '@bdraco' --- -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 detect newly connected USB devices. Discovered devices will show up in the discovered section on the integrations page in the configuration panel. -- On all supported systems, devices are detected at startup. +- On all supported systems, devices are detected during 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 -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This integration is part of [`default_config:`](/integrations/default_config/) if you have opted to not use [`default_config:`](/integrations/default_config/)you can add this integration by adding the following lines to your `configuration.yaml` ```yaml # Example configuration.yaml entry