mirror of https://github.com/home-assistant/core
17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your GeoJSON feed details.",
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"location": "[%key:common::config_flow::data::location%]"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
}
|
|
}
|
|
}
|