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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -1442,7 +1442,7 @@
|
||||
},
|
||||
"downloader": {
|
||||
"name": "Downloader",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"single_config_entry": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user