1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/mullvad/manifest.json
2025-12-24 13:50:34 +01:00

12 lines
317 B
JSON

{
"domain": "mullvad",
"name": "Mullvad VPN",
"codeowners": ["@meichthys"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mullvad",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["mullvad-api==1.0.0"],
"single_config_entry": true
}