2020-09-04 23:22:50 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
2020-10-07 03:34:06 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
|
2020-09-04 23:22:50 +00:00
|
|
|
},
|
|
|
|
"error": {
|
2020-10-03 12:11:03 +00:00
|
|
|
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]",
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-09-04 23:22:50 +00:00
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2020-10-03 12:11:03 +00:00
|
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
2020-09-04 23:22:50 +00:00
|
|
|
"language": "Language",
|
2020-10-01 13:36:57 +00:00
|
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
|
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
2020-10-27 04:29:49 +00:00
|
|
|
"mode": "[%key:common::config_flow::data::mode%]",
|
2020-09-04 23:22:50 +00:00
|
|
|
"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",
|
2020-10-27 04:29:49 +00:00
|
|
|
"mode": "[%key:common::config_flow::data::mode%]"
|
2020-09-04 23:22:50 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|