core/homeassistant/components/geonetnz_volcano/manifest.json

12 lines
372 B
JSON
Raw Normal View History

{
"domain": "geonetnz_volcano",
"name": "GeoNet NZ Volcano",
2023-02-08 19:27:05 +00:00
"codeowners": ["@exxamalte"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/geonetnz_volcano",
2023-02-08 19:27:05 +00:00
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["aio_geojson_geonetnz_volcano"],
2023-02-08 19:27:05 +00:00
"requirements": ["aio_geojson_geonetnz_volcano==0.8"]
}