mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Add integration_type to gdacs (#81451)
This commit is contained in:
@@ -6,5 +6,6 @@
|
|||||||
"requirements": ["aio_georss_gdacs==0.7"],
|
"requirements": ["aio_georss_gdacs==0.7"],
|
||||||
"codeowners": ["@exxamalte"],
|
"codeowners": ["@exxamalte"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling",
|
||||||
|
"integration_type": "service"
|
||||||
}
|
}
|
||||||
|
@@ -1773,7 +1773,7 @@
|
|||||||
},
|
},
|
||||||
"gdacs": {
|
"gdacs": {
|
||||||
"name": "Global Disaster Alert and Coordination System (GDACS)",
|
"name": "Global Disaster Alert and Coordination System (GDACS)",
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user