mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Add integration_type to iss (#80909)
This commit is contained in:
@@ -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"],
|
||||
|
@@ -2482,7 +2482,7 @@
|
||||
},
|
||||
"iss": {
|
||||
"name": "International Space Station (ISS)",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
Reference in New Issue
Block a user