mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Add integration_type to geonetnz_volcano (#81607)
define integration type
This commit is contained in:
parent
ff4456cb29
commit
efd60de1ac
@ -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…
x
Reference in New Issue
Block a user