core/homeassistant/components/dwd_weather_warnings/manifest.json

12 lines
405 B
JSON
Raw Normal View History

{
"domain": "dwd_weather_warnings",
2020-09-30 15:12:06 +00:00
"name": "Deutscher Wetterdienst (DWD) Weather Warnings",
2023-08-06 22:36:19 +00:00
"codeowners": ["@runningman84", "@stephan192", "@andarotajo"],
"config_flow": true,
2023-02-08 19:19:19 +00:00
"documentation": "https://www.home-assistant.io/integrations/dwd_weather_warnings",
"integration_type": "service",
"iot_class": "cloud_polling",
2023-02-08 19:19:19 +00:00
"loggers": ["dwdwfsapi"],
"requirements": ["dwdwfsapi==1.0.6"]
}