mirror of https://github.com/home-assistant/core
12 lines
356 B
JSON
12 lines
356 B
JSON
{
|
|
"domain": "geo_json_events",
|
|
"name": "GeoJSON",
|
|
"codeowners": ["@exxamalte"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/geo_json_events",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aio_geojson_generic_client"],
|
|
"requirements": ["aio-geojson-generic-client==0.4"]
|
|
}
|