core/homeassistant/components/stookalert/manifest.json

10 lines
275 B
JSON
Raw Normal View History

{
"domain": "stookalert",
"name": "RIVM Stookalert",
2021-10-08 09:34:22 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/stookalert",
2021-10-08 09:34:22 +00:00
"codeowners": ["@fwestenberg", "@frenck"],
"requirements": ["stookalert==0.1.4"],
"iot_class": "cloud_polling"
}