diff --git a/homeassistant/loader.py b/homeassistant/loader.py index f248a942be9..ae42bfb369b 100644 --- a/homeassistant/loader.py +++ b/homeassistant/loader.py @@ -206,7 +206,7 @@ class USBMatcherOptional(TypedDict, total=False): class USBMatcher(USBMatcherRequired, USBMatcherOptional): - """Matcher for the bluetooth integration.""" + """Matcher for the USB integration.""" @dataclass(slots=True)