Skip to content

Commit f294db6

Browse files
committed
Cleanup
1 parent b48a673 commit f294db6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

custom_components/plugwise/const.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
CONF_HOMEKIT_EMULATION: Final = "homekit_emulation" # pw-beta options
1818
CONF_REFRESH_INTERVAL: Final = "refresh_interval" # pw-beta options
1919
CONF_MANUAL_PATH: Final = "Enter Manually"
20-
CONF_VERSION: Final = "version"
2120
DEVICES: Final = "devices"
2221
GATEWAY: Final = "gateway"
2322
LOCATION: Final = "location"

custom_components/plugwise/util.py

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

2222
def get_timeout_for_version(version_str: str) -> int:
2323
"""Determine timeout value based on gateway version.
24-
24+
2525
A gateway firmware version > 3.2.0 should mean a latest-generation-device, allowing for a timeout of 10s.
2626
Legacy devices require a timeout of 30s.
2727
"""

0 commit comments

Comments
 (0)