2020-06-10 16:33:48 +00:00
{
"config" : {
"step" : {
"user" : {
2020-10-12 04:03:45 +00:00
"description" : "[%key:common::config_flow::description::confirm_setup%]"
2020-06-10 16:33:48 +00:00
}
} ,
"abort" : {
2021-07-22 10:25:54 +00:00
"single_instance_allowed" : "[%key:common::config_flow::abort::single_instance_allowed%]"
2020-06-10 16:33:48 +00:00
}
} ,
"options" : {
"step" : {
"init" : {
"data" : {
"scan_interval" : "Update frequency (minutes)" ,
"manual" : "Disable auto update" ,
"server_name" : "Select test server"
}
}
}
2022-08-26 18:57:43 +00:00
} ,
"issues" : {
"deprecated_service" : {
"title" : "The speedtest service is being removed" ,
"fix_flow" : {
"step" : {
"confirm" : {
"title" : "The speedtest service is being removed" ,
"description" : "Update any automations or scripts that use this service to instead use the `homeassistant.update_entity` service with a target Speedtest entity_id. Then, click SUBMIT below to mark this issue as resolved."
}
}
}
}
2020-06-10 16:33:48 +00:00
}
2021-07-22 10:25:54 +00:00
}