feat: set default update interval to 5 seconds
This commit is contained in:
@@ -9,7 +9,7 @@ PLATFORMS = [Platform.SENSOR, Platform.SWITCH]
|
|||||||
# Default values
|
# Default values
|
||||||
DEFAULT_HOST = "localhost"
|
DEFAULT_HOST = "localhost"
|
||||||
DEFAULT_PORT = 3000
|
DEFAULT_PORT = 3000
|
||||||
DEFAULT_SCAN_INTERVAL = 30
|
DEFAULT_SCAN_INTERVAL = 5
|
||||||
|
|
||||||
# Error messages for better user guidance
|
# Error messages for better user guidance
|
||||||
ERROR_CANNOT_CONNECT = "cannot_connect"
|
ERROR_CANNOT_CONNECT = "cannot_connect"
|
||||||
|
|||||||
Reference in New Issue
Block a user