We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48a673 commit f294db6Copy full SHA for f294db6
custom_components/plugwise/const.py
@@ -17,7 +17,6 @@
17
CONF_HOMEKIT_EMULATION: Final = "homekit_emulation" # pw-beta options
18
CONF_REFRESH_INTERVAL: Final = "refresh_interval" # pw-beta options
19
CONF_MANUAL_PATH: Final = "Enter Manually"
20
-CONF_VERSION: Final = "version"
21
DEVICES: Final = "devices"
22
GATEWAY: Final = "gateway"
23
LOCATION: Final = "location"
custom_components/plugwise/util.py
@@ -21,7 +21,7 @@
def get_timeout_for_version(version_str: str) -> int:
"""Determine timeout value based on gateway version.
24
-
+
25
A gateway firmware version > 3.2.0 should mean a latest-generation-device, allowing for a timeout of 10s.
26
Legacy devices require a timeout of 30s.
27
"""
0 commit comments