Add integration_type to usgs_earthquakes_feed (#81846)

This commit is contained in:
Malte Franken 2022-11-09 21:20:27 +11:00 committed by GitHub
parent 92b5721f80
commit b7f3eb77dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -5,5 +5,6 @@
"requirements": ["aio_geojson_usgs_earthquakes==0.1"],
"codeowners": ["@exxamalte"],
"iot_class": "cloud_polling",
"loggers": ["aio_geojson_usgs_earthquakes"]
"loggers": ["aio_geojson_usgs_earthquakes"],
"integration_type": "service"
}

View file

@ -5687,7 +5687,7 @@
},
"usgs_earthquakes_feed": {
"name": "U.S. Geological Survey Earthquake Hazards (USGS)",
"integration_type": "hub",
"integration_type": "service",
"config_flow": false,
"iot_class": "cloud_polling"
},