mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Add integration_type to launchlibrary (#80907)
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"domain": "launch_library",
|
"domain": "launch_library",
|
||||||
"name": "Launch Library",
|
"name": "Launch Library",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
"integration_type": "service",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/launch_library",
|
"documentation": "https://www.home-assistant.io/integrations/launch_library",
|
||||||
"requirements": ["pylaunches==1.3.0"],
|
"requirements": ["pylaunches==1.3.0"],
|
||||||
"codeowners": ["@ludeeus", "@DurgNomis-drol"],
|
"codeowners": ["@ludeeus", "@DurgNomis-drol"],
|
||||||
|
@@ -2692,7 +2692,7 @@
|
|||||||
},
|
},
|
||||||
"launch_library": {
|
"launch_library": {
|
||||||
"name": "Launch Library",
|
"name": "Launch Library",
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user