mirror of https://github.com/home-assistant/core
20 lines
523 B
JSON
20 lines
523 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"description": "Please select a location to use for weather forecasting.",
|
|
"data": {
|
|
"location": "[%key:common::config_flow::data::location%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|