mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Add integration_type to geo_json_events (#86878)
define integration type
This commit is contained in:
parent
11e125f2e8
commit
344a0c55a5
@ -5,5 +5,6 @@
|
|||||||
"requirements": ["aio_geojson_generic_client==0.1"],
|
"requirements": ["aio_geojson_generic_client==0.1"],
|
||||||
"codeowners": ["@exxamalte"],
|
"codeowners": ["@exxamalte"],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["aio_geojson_generic_client"]
|
"loggers": ["aio_geojson_generic_client"],
|
||||||
|
"integration_type": "service"
|
||||||
}
|
}
|
||||||
|
@ -1869,7 +1869,7 @@
|
|||||||
},
|
},
|
||||||
"geo_json_events": {
|
"geo_json_events": {
|
||||||
"name": "GeoJSON",
|
"name": "GeoJSON",
|
||||||
"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