core/homeassistant/components/speedtestdotnet/manifest.json

11 lines
313 B
JSON

{
"domain": "speedtestdotnet",
"name": "Speedtest.net",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/speedtestdotnet",
"dependencies": [],
"requirements": ["speedtest-cli==2.1.3"],
"codeowners": ["@rohankapoorcom", "@engrbm87"],
"iot_class": "cloud_polling"
}