core/homeassistant/components/geo_json_events/strings.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%]"
}
}
}