core/homeassistant/components/stookalert/manifest.json

11 lines
308 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"],
"integration_type": "service",
"iot_class": "cloud_polling"
}