mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Add integration_type to iss (#80909)
This commit is contained in:
parent
b5f70a404a
commit
2ddf1f9416
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user