mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update usb.markdown (#19665)
This commit is contained in:
parent
01593d6f0e
commit
5846445f0e
@ -11,15 +11,15 @@ ha_codeowners:
|
|||||||
- '@bdraco'
|
- '@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 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.
|
- On non-Linux systems or systems without `udev` support, devices are detected when visiting the integrations page and during onboarding.
|
||||||
|
|
||||||
## Configuration
|
## 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
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user