mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix stale docstring in loader.USBMatcher (#127094)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user