hass-core/homeassistant/components/mullvad/strings.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

20 lines
391 B
JSON

{
"config": {
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"description": "Set up the Mullvad VPN integration?"
}
}
},
"entity": {
"binary_sensor": {
"exit_ip": {
"name": "Exit IP"
}
}
}
}