feat: set default update interval to 5 seconds
Some checks failed
build / checks-matrix (push) Failing after 19m3s
build / checks-build (push) Has been skipped
build / codecov (push) Failing after 19m6s
docs / docs (push) Failing after 28m30s

This commit is contained in:
uttarayan21
2025-08-16 21:33:31 +05:30
parent 8252d6c8b6
commit 4714208a0b

View File

@@ -9,7 +9,7 @@ PLATFORMS = [Platform.SENSOR, Platform.SWITCH]
# Default values
DEFAULT_HOST = "localhost"
DEFAULT_PORT = 3000
DEFAULT_SCAN_INTERVAL = 30
DEFAULT_SCAN_INTERVAL = 5
# Error messages for better user guidance
ERROR_CANNOT_CONNECT = "cannot_connect"