Add integration_type to geonetnz_quakes (#81548)
define integration type
This commit is contained in:
parent
089c4a7da2
commit
64a508be7b
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue