hass-core/homeassistant/components/sma/translations/en.json
René Klomp 926c2489f0
Implement SMA config flow (#48003)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Johann Kellerman <kellerza@gmail.com>
2021-04-13 06:21:01 -10:00

27 lines
No EOL
946 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress"
},
"error": {
"cannot_connect": "Failed to connect",
"cannot_retrieve_device_info": "Successfully connected, but unable to retrieve the device information",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"group": "Group",
"host": "Host",
"password": "Password",
"ssl": "Uses an SSL certificate",
"verify_ssl": "Verify SSL certificate"
},
"description": "Enter your SMA device information.",
"title": "Set up SMA Solar"
}
}
}
}