Add integration type to speedtestdotnet (#157727)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Artur Pragacz
2025-12-02 12:27:25 +01:00
committed by GitHub
parent c705a1dc4b
commit 7d54103c09
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -6354,7 +6354,7 @@
},
"speedtestdotnet": {
"name": "Speedtest.net",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},