Add integration type to speedtestdotnet (#157727)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Artur Pragacz
2025-12-02 18:14:15 +00:00
committed by Franck Nijhof
co-authored by Claude
parent 7d4394f7ed
commit b2156c1d4c
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": ["@rohankapoorcom", "@engrbm87"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/speedtestdotnet",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["speedtest-cli==2.1.3"]
}
+1 -1
View File
@@ -6348,7 +6348,7 @@
},
"speedtestdotnet": {
"name": "Speedtest.net",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},