Add integration_type to geonetnz_volcano (#81607)

define integration type
This commit is contained in:
Malte Franken 2022-11-07 19:01:07 +11:00 committed by GitHub
parent ff4456cb29
commit efd60de1ac
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_geojson_geonetnz_volcano==0.6"],
"codeowners": ["@exxamalte"],
"iot_class": "cloud_polling",
"loggers": ["aio_geojson_geonetnz_volcano"]
"loggers": ["aio_geojson_geonetnz_volcano"],
"integration_type": "service"
}

View file

@ -1841,7 +1841,7 @@
"name": "GeoNet NZ Quakes"
},
"geonetnz_volcano": {
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling",
"name": "GeoNet NZ Volcano"