Skip to content

Commit 33f9fe9

Browse files
authored
Add files via upload
1 parent 9a3b2ad commit 33f9fe9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/ookla_speedtest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
_LOGGER = logging.getLogger(__name__)
5858

59-
PLATFORMS = [Platform.SENSOR, "diagnostics"]
59+
PLATFORMS = [Platform.SENSOR]
6060

6161

6262
# Set execute permissions on shell scripts

custom_components/ookla_speedtest/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"iot_class": "local_polling",
1010
"issue_tracker": "https://github.com/soulripper13/hass-speedtest-ookla/issues",
1111
"requirements": [],
12-
"version": "2.3.3"
12+
"version": "2.3.4"
1313
}

0 commit comments

Comments
 (0)