Add integration_type to launchlibrary (#80907)

This commit is contained in:
Simon Hansen 2022-10-24 23:23:14 +02:00 committed by GitHub
parent dce4753510
commit b56d332c26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
"domain": "launch_library",
"name": "Launch Library",
"config_flow": true,
"integration_type": "service",
"documentation": "https://www.home-assistant.io/integrations/launch_library",
"requirements": ["pylaunches==1.3.0"],
"codeowners": ["@ludeeus", "@DurgNomis-drol"],

View file

@ -2692,7 +2692,7 @@
},
"launch_library": {
"name": "Launch Library",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},