19 lines
515 B
JSON
19 lines
515 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Configure Flu Near You",
|
|
"description": "Monitor user-based and CDC repots for a pair of coordinates.",
|
|
"data": {
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
|
}
|
|
}
|
|
},
|
|
"error": { "general_error": "There was an unknown error." },
|
|
"abort": {
|
|
"already_configured": "These coordinates are already registered."
|
|
}
|
|
}
|
|
}
|