1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/homeassistant/components/iperf3/manifest.json
Rohan Kapoor b2d5de6a79 Switch iperf3 to generate a new client every time it runs a test (#29495)
* Switch iperf3 to generate a new client every time it runs a test

* Add myself to CODEOWNERS

* Fix imperative mood
2019-12-04 22:49:26 -08:00

13 lines
230 B
JSON

{
"domain": "iperf3",
"name": "Iperf3",
"documentation": "https://www.home-assistant.io/integrations/iperf3",
"requirements": [
"iperf3==0.1.11"
],
"dependencies": [],
"codeowners": [
"@rohankapoorcom"
]
}