* Add service for manual control * Proper naming * Removing old translation * Reverting back service * Removig services.yaml * Putting back in service * Putting back in service description and yaml * Proper naming * Adding create_issue * Feedback fixes * Fix deprecation date in strings * Update homeassistant/components/fastdotcom/__init__.py * Update homeassistant/components/fastdotcom/strings.json --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
38 lines
1 KiB
JSON
38 lines
1 KiB
JSON
{
|
|
"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%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"download": {
|
|
"name": "Download"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"speedtest": {
|
|
"name": "Speed test",
|
|
"description": "Immediately executes a speed test with Fast.com."
|
|
}
|
|
},
|
|
"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."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|