mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Add integration_type to geonetnz_volcano (#81607)
define integration type
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user