mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +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"],
|
"requirements": ["aio_geojson_geonetnz_volcano==0.6"],
|
||||||
"codeowners": ["@exxamalte"],
|
"codeowners": ["@exxamalte"],
|
||||||
"iot_class": "cloud_polling",
|
"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"
|
"name": "GeoNet NZ Quakes"
|
||||||
},
|
},
|
||||||
"geonetnz_volcano": {
|
"geonetnz_volcano": {
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"name": "GeoNet NZ Volcano"
|
"name": "GeoNet NZ Volcano"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user