mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Add integration_type to usgs_earthquakes_feed (#81846)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user