diff --git a/.textlintrc.json b/.textlintrc.json index 92ad20255fb..67f435bca75 100644 --- a/.textlintrc.json +++ b/.textlintrc.json @@ -172,6 +172,7 @@ "MIME", "MJPEG", "MQTT", + "Mullvad", "MySensors", "NAS", "NETGEAR", diff --git a/source/_integrations/mullvad.markdown b/source/_integrations/mullvad.markdown new file mode 100644 index 00000000000..20c7698d6d4 --- /dev/null +++ b/source/_integrations/mullvad.markdown @@ -0,0 +1,19 @@ +--- +title: Mullvad VPN +description: Instructions on how to integrate Mullvad VPN api data into Home Assistant. +ha_category: + - Binary Sensor + - Network +ha_iot_class: Cloud Polling +ha_release: 2021.3 +ha_domain: mullvad +ha_config_flow: true +ha_codeowners: + - '@meichthys' +--- + +The Mullvad VPN integration pulls [Mullvad](https://mullvad.net/) VPN status information into Home Assistant. + +![](/images/screenshots/mullvad_vpn_sample_sensor_connected.png) + +{% include integrations/config_flow.md %} diff --git a/source/images/screenshots/mullvad_vpn_sample_sensor_connected.png b/source/images/screenshots/mullvad_vpn_sample_sensor_connected.png new file mode 100644 index 00000000000..f9f7a441fab Binary files /dev/null and b/source/images/screenshots/mullvad_vpn_sample_sensor_connected.png differ