Add integration_type to iss (#80909)

This commit is contained in:
Simon Hansen 2022-10-24 23:19:59 +02:00 committed by GitHub
parent b5f70a404a
commit 2ddf1f9416
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": "iss",
"config_flow": true,
"name": "International Space Station (ISS)",
"integration_type": "service",
"documentation": "https://www.home-assistant.io/integrations/iss",
"requirements": ["pyiss==1.0.1"],
"codeowners": ["@DurgNomis-drol"],

View File

@ -2482,7 +2482,7 @@
},
"iss": {
"name": "International Space Station (ISS)",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},