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