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
@@ -25,6 +25,10 @@ class LocalLoader(Loader):
if not self._is_custom_directory:
await self._hass.async_add_executor_job(self._load_custom_library)
def get_discovery_ignored_domains(self) -> set[str]:
"""Local profile directories do not provide global library metadata."""
return set()
async def get_manufacturer_listing(
self,
device_types: set[DeviceType] | None,