1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Add integration type to downloader (#155328)

This commit is contained in:
Erwin Douna
2025-10-28 12:40:46 +01:00
committed by GitHub
parent ed6af953af
commit 0bd25dc254
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@erwindouna"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/downloader",
"integration_type": "service",
"quality_scale": "internal",
"single_config_entry": true
}

View File

@@ -1442,7 +1442,7 @@
},
"downloader": {
"name": "Downloader",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"single_config_entry": true
},