1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/gdacs/manifest.json
2024-11-20 20:54:15 +01:00

12 lines
384 B
JSON

{
"domain": "gdacs",
"name": "Global Disaster Alert and Coordination System (GDACS)",
"codeowners": ["@exxamalte"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/gdacs",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["aio_georss_gdacs", "aio_georss_client"],
"requirements": ["aio-georss-gdacs==0.10"]
}