mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
Improve SpaceAPI Manifest (#160805)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"domain": "spaceapi",
|
||||
"name": "Space API",
|
||||
"name": "SpaceAPI",
|
||||
"codeowners": ["@fabaff"],
|
||||
"config_flow": false,
|
||||
"dependencies": ["http"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/spaceapi",
|
||||
"iot_class": "cloud_polling",
|
||||
"integration_type": "service",
|
||||
"iot_class": "calculated",
|
||||
"quality_scale": "legacy"
|
||||
}
|
||||
|
||||
@@ -6474,10 +6474,10 @@
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"spaceapi": {
|
||||
"name": "Space API",
|
||||
"integration_type": "hub",
|
||||
"name": "SpaceAPI",
|
||||
"integration_type": "service",
|
||||
"config_flow": false,
|
||||
"iot_class": "cloud_polling"
|
||||
"iot_class": "calculated"
|
||||
},
|
||||
"spc": {
|
||||
"name": "Vanderbilt SPC",
|
||||
|
||||
Reference in New Issue
Block a user