mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
15 lines
365 B
JSON
15 lines
365 B
JSON
{
|
|
"services": {
|
|
"speedtest": {
|
|
"description": "Immediately executes a speed test with iperf3.",
|
|
"fields": {
|
|
"host": {
|
|
"description": "The host name of the iperf3 server (already configured) to run a test with.",
|
|
"name": "[%key:common::config_flow::data::host%]"
|
|
}
|
|
},
|
|
"name": "Speedtest"
|
|
}
|
|
}
|
|
}
|