Add integration_type to geonetnz_quakes (#81548)

define integration type
pull/81603/head
Malte Franken 2022-11-05 21:05:19 +11:00 committed by GitHub
parent 089c4a7da2
commit 64a508be7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -7,5 +7,6 @@
"codeowners": ["@exxamalte"],
"quality_scale": "platinum",
"iot_class": "cloud_polling",
"loggers": ["aio_geojson_geonetnz_quakes"]
"loggers": ["aio_geojson_geonetnz_quakes"],
"integration_type": "service"
}

View File

@ -1835,7 +1835,7 @@
"name": "GeoNet",
"integrations": {
"geonetnz_quakes": {
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling",
"name": "GeoNet NZ Quakes"