2020-04-02 23:54:11 +00:00
{
"config" : {
"step" : {
"user" : {
"title" : "Configure Flu Near You" ,
2020-10-30 11:21:00 +00:00
"description" : "Monitor user-based and CDC reports for a pair of coordinates." ,
2020-10-01 13:36:57 +00:00
"data" : {
"latitude" : "[%key:common::config_flow::data::latitude%]" ,
"longitude" : "[%key:common::config_flow::data::longitude%]"
2020-10-05 13:05:57 +00:00
}
2020-04-02 23:54:11 +00:00
}
} ,
2020-10-05 13:05:57 +00:00
"error" : {
"unknown" : "[%key:common::config_flow::error::unknown%]"
} ,
2020-04-02 23:54:11 +00:00
"abort" : {
2020-10-07 03:34:06 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_location%]"
2020-04-02 23:54:11 +00:00
}
2022-08-04 17:45:28 +00:00
} ,
"issues" : {
"integration_removal" : {
"title" : "Flu Near You is no longer available" ,
"fix_flow" : {
"step" : {
"confirm" : {
"title" : "Remove Flu Near You" ,
"description" : "The external data source powering the Flu Near You integration is no longer available; thus, the integration no longer works.\n\nPress SUBMIT to remove Flu Near You from your Home Assistant instance."
}
}
}
}
2020-04-02 23:54:11 +00:00
}
2020-10-30 11:21:00 +00:00
}