mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 17:05:53 +01:00
20 lines
660 B
JSON
20 lines
660 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%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
}
|
|
}
|
|
}
|