This commit is contained in:
Home Assistant Version Control
2026-08-07 16:23:20 +00:00
parent 305e1b2545
commit baabdf0c0e
58 changed files with 678 additions and 109 deletions
@@ -7,6 +7,9 @@ class Loader(Protocol):
async def initialize(self) -> None:
"""Initialize the loader."""
def get_discovery_ignored_domains(self) -> set[str]:
"""Get integration domains excluded from discovery."""
async def get_manufacturer_listing(
self,
device_types: set[DeviceType] | None,