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 48d71ec commit af62c37Copy full SHA for af62c37
custom_components/luxtronik/const.py
@@ -53,7 +53,7 @@
53
CONF_SAFE: Final = "safe"
54
CONF_MAX_DATA_LENGTH: Final = "max_data_length"
55
56
-DEFAULT_HOST: Final = "wp-novelan"
+DEFAULT_HOST: Final = ""
57
DEFAULT_PORT: Final = 8889
58
DEFAULT_TIMEOUT: Final = 60.0
59
DEFAULT_MAX_DATA_LENGTH: Final = 10000
0 commit comments