1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/geo_json_events/manifest.json
Malte Franken 3141535d69
Bump geojson_client to 0.6 (#50985)
* bump geojson_client library to version 0.6

* add myself as codeowner
2021-05-23 08:55:02 +02:00

9 lines
243 B
JSON

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