21 lines
565 B
JSON
21 lines
565 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Configure Flu Near You",
|
|
"description": "Monitor user-based and CDC reports for a pair of coordinates.",
|
|
"data": {
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
"longitude": "[%key:common::config_flow::data::longitude%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
|
|
}
|
|
}
|
|
}
|