* migrated geo_json_events integration to config flow * improve test coverage * code reformatting * fix tests * fix entity manager * changes after review * improve test coverage and fixed form * remove unused code * remove commented out code * changes after review * make title prettier * fixed tests * simplified code * changes after review * fix test * push deprecation out * changes after review * changes after review * changes after review * changes after review * changes after review * removed scan interval from user flow and import flow
22 lines
798 B
JSON
22 lines
798 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%]"
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_yaml": {
|
|
"title": "The GeoJSON feed YAML configuration is being removed",
|
|
"description": "Configuring a GeoJSON feed using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the GeoJSON feed YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue."
|
|
}
|
|
}
|
|
}
|