mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Increase zwave_js add-on start attempts before timeout (#68736)
This commit is contained in:
parent
4f595962b7
commit
ea2b5a80db
@ -51,7 +51,7 @@ DEFAULT_URL = "ws://localhost:3000"
|
|||||||
TITLE = "Z-Wave JS"
|
TITLE = "Z-Wave JS"
|
||||||
|
|
||||||
ADDON_SETUP_TIMEOUT = 5
|
ADDON_SETUP_TIMEOUT = 5
|
||||||
ADDON_SETUP_TIMEOUT_ROUNDS = 4
|
ADDON_SETUP_TIMEOUT_ROUNDS = 40
|
||||||
CONF_EMULATE_HARDWARE = "emulate_hardware"
|
CONF_EMULATE_HARDWARE = "emulate_hardware"
|
||||||
CONF_LOG_LEVEL = "log_level"
|
CONF_LOG_LEVEL = "log_level"
|
||||||
SERVER_VERSION_TIMEOUT = 10
|
SERVER_VERSION_TIMEOUT = 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user