1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/mullvad/manifest.json
Joost Lekkerkerker ed7e5c4de6 Add single config entry to Mullvad (#114426)
* Add single config entry to Mullvad

* Add single config entry to Mullvad

* Add single config entry to Mullvad

* Fix
2024-03-29 11:04:37 +01:00

11 lines
284 B
JSON

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