Add integration_type to usgs_earthquakes_feed (#81846)
This commit is contained in:
parent
92b5721f80
commit
b7f3eb77dc
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue