Add integration_type to gdacs (#81451)

This commit is contained in:
Malte Franken 2022-11-03 19:32:40 +11:00 committed by GitHub
parent adf35e5ec2
commit ee4d28000d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -6,5 +6,6 @@
"requirements": ["aio_georss_gdacs==0.7"],
"codeowners": ["@exxamalte"],
"quality_scale": "platinum",
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"integration_type": "service"
}

View file

@ -1773,7 +1773,7 @@
},
"gdacs": {
"name": "Global Disaster Alert and Coordination System (GDACS)",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},