mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Add integration_type to geonetnz_quakes (#81548)
define integration type
This commit is contained in:
parent
089c4a7da2
commit
64a508be7b
@ -7,5 +7,6 @@
|
||||
"codeowners": ["@exxamalte"],
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aio_geojson_geonetnz_quakes"]
|
||||
"loggers": ["aio_geojson_geonetnz_quakes"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
@ -1835,7 +1835,7 @@
|
||||
"name": "GeoNet",
|
||||
"integrations": {
|
||||
"geonetnz_quakes": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"name": "GeoNet NZ Quakes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user