core/homeassistant/components/mullvad/manifest.json

10 lines
253 B
JSON
Raw Normal View History

{
"domain": "mullvad",
"name": "Mullvad VPN",
2023-02-08 19:38:43 +00:00
"codeowners": ["@meichthys"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mullvad",
2023-02-08 19:38:43 +00:00
"iot_class": "cloud_polling",
"requirements": ["mullvad-api==1.0.0"]
}