mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add integration_type to usgs_earthquakes_feed (#81846)
This commit is contained in:
parent
92b5721f80
commit
b7f3eb77dc
@ -5,5 +5,6 @@
|
|||||||
"requirements": ["aio_geojson_usgs_earthquakes==0.1"],
|
"requirements": ["aio_geojson_usgs_earthquakes==0.1"],
|
||||||
"codeowners": ["@exxamalte"],
|
"codeowners": ["@exxamalte"],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["aio_geojson_usgs_earthquakes"]
|
"loggers": ["aio_geojson_usgs_earthquakes"],
|
||||||
|
"integration_type": "service"
|
||||||
}
|
}
|
||||||
|
@ -5687,7 +5687,7 @@
|
|||||||
},
|
},
|
||||||
"usgs_earthquakes_feed": {
|
"usgs_earthquakes_feed": {
|
||||||
"name": "U.S. Geological Survey Earthquake Hazards (USGS)",
|
"name": "U.S. Geological Survey Earthquake Hazards (USGS)",
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user