hass-core/homeassistant/components/geo_json_events/manifest.json
Malte Franken a8dae97917
Migrate geo_json_events to async library ()
* use async integration library

* migrating to async library

* migrating tests to async library

* renamed method and fixed comment

* removed callback annotation

* use async dispatcher
2022-03-17 20:40:43 +01:00

9 lines
300 B
JSON

{
"domain": "geo_json_events",
"name": "GeoJSON",
"documentation": "https://www.home-assistant.io/integrations/geo_json_events",
"requirements": ["aio_geojson_generic_client==0.1"],
"codeowners": ["@exxamalte"],
"iot_class": "cloud_polling",
"loggers": ["aio_geojson_generic_client"]
}