1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/iperf3/strings.json
2025-10-28 10:33:10 +01:00

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"
}
}
}