Files
core/homeassistant/components/openweathermap/strings.json
Evgeny b0192cf9c0 Add OpenWeatherMap config_flow (#34659)
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-09-04 18:22:50 -05:00

36 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "OpenWeatherMap integration for these coordinates is already configured."
},
"error": {
"auth": "API key is not correct.",
"connection": "Can't connect to OWM API"
},
"step": {
"user": {
"data": {
"api_key": "OpenWeatherMap API key",
"language": "Language",
"latitude": "Latitude",
"longitude": "Longitude",
"mode": "Mode",
"name": "Name of the integration"
},
"description": "Set up OpenWeatherMap integration. To generate API key go to https://openweathermap.org/appid",
"title": "OpenWeatherMap"
}
}
},
"options": {
"step": {
"init": {
"data": {
"language": "Language",
"mode": "Mode"
}
}
}
}
}