mirror of https://github.com/home-assistant/core
13 lines
354 B
JSON
13 lines
354 B
JSON
{
|
|
"domain": "iss",
|
|
"name": "International Space Station (ISS)",
|
|
"codeowners": ["@DurgNomis-drol"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/iss",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pyiss"],
|
|
"requirements": ["pyiss==1.0.1"],
|
|
"single_config_entry": true
|
|
}
|