Skip to content

Commit af62c37

Browse files
authored
Fix for BenPru#395
1 parent 48d71ec commit af62c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/luxtronik/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
CONF_SAFE: Final = "safe"
5454
CONF_MAX_DATA_LENGTH: Final = "max_data_length"
5555

56-
DEFAULT_HOST: Final = "wp-novelan"
56+
DEFAULT_HOST: Final = ""
5757
DEFAULT_PORT: Final = 8889
5858
DEFAULT_TIMEOUT: Final = 60.0
5959
DEFAULT_MAX_DATA_LENGTH: Final = 10000

0 commit comments

Comments
 (0)