mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Add integration_type to geo_json_events (#86878)
define integration type
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
"requirements": ["aio_geojson_generic_client==0.1"],
|
||||
"codeowners": ["@exxamalte"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aio_geojson_generic_client"]
|
||||
"loggers": ["aio_geojson_generic_client"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
@@ -1869,7 +1869,7 @@
|
||||
},
|
||||
"geo_json_events": {
|
||||
"name": "GeoJSON",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": false,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
Reference in New Issue
Block a user