2023-07-11 21:57:29 +00:00
{
2023-11-21 08:59:34 +00:00
"config" : {
"step" : {
"user" : {
"description" : "Do you want to start the setup? The initial setup will take about 30-40 seconds."
}
} ,
"abort" : {
"single_instance_allowed" : "[%key:common::config_flow::abort::single_instance_allowed%]"
}
} ,
2023-12-12 09:41:00 +00:00
"entity" : {
"sensor" : {
"download" : {
"name" : "Download"
}
}
} ,
2023-07-11 21:57:29 +00:00
"services" : {
"speedtest" : {
"name" : "Speed test" ,
2023-10-20 13:15:13 +00:00
"description" : "Immediately executes a speed test with Fast.com."
2023-07-11 21:57:29 +00:00
}
2023-12-12 20:18:12 +00:00
} ,
"issues" : {
"service_deprecation" : {
"title" : "Fast.com speedtest service is being removed" ,
"fix_flow" : {
"step" : {
"confirm" : {
"title" : "[%key:component::fastdotcom::issues::service_deprecation::title%]" ,
"description" : "Use `homeassistant.update_entity` instead to update the data.\n\nPlease replace this service and adjust your automations and scripts and select **submit** to fix this issue."
}
}
}
}
2023-07-11 21:57:29 +00:00
}
}