Skip to content

Commit

Permalink
Add integration_type to geonetnz_quakes (home-assistant#81548)
Browse files Browse the repository at this point in the history
define integration type
  • Loading branch information
exxamalte authored Nov 5, 2022
1 parent 089c4a7 commit 64a508b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion homeassistant/components/geonetnz_quakes/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 64a508b

Please sign in to comment.