Skip to content

Commit 24c3a88

Browse files
authored
Update required server version to 0.1.11
1 parent 629ca54 commit 24c3a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/flichub/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
DOMAIN = "flichub"
77
DOMAIN_DATA = f"{DOMAIN}_data"
88
VERSION = "0.0.0"
9-
REQUIRED_SERVER_VERSION = "0.1.8"
9+
REQUIRED_SERVER_VERSION = "0.1.11"
1010
DEFAULT_SCAN_INTERVAL = 60
1111

1212
CLIENT_READY_TIMEOUT = 20.0

0 commit comments

Comments
 (0)