mirror of https://github.com/home-assistant/core
23 lines
775 B
JSON
23 lines
775 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "[%key:common::config_flow::data::location%]",
|
|
"description": "Enter your location to use weather data from the Met Éireann Public Weather Forecast API",
|
|
"data": {
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
|
"elevation": "[%key:common::config_flow::data::elevation%]"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
},
|
|
"error": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
}
|
|
}
|
|
}
|