Postpone "Z-wave not ready" warning (#11807)
* Release worker thread while waiting for Z-wave startup * Increase zwave startup timeout * Adjust test * Use asyncio.sleep in _check_awaked * Remove lint * Name loop parameter
This commit is contained in:
parent
4521d59bec
commit
5b0a475197
3 changed files with 56 additions and 28 deletions
|
@ -20,7 +20,7 @@ ATTR_CONFIG_VALUE = "value"
|
|||
ATTR_POLL_INTENSITY = "poll_intensity"
|
||||
ATTR_VALUE_INDEX = "value_index"
|
||||
ATTR_VALUE_INSTANCE = "value_instance"
|
||||
NETWORK_READY_WAIT_SECS = 30
|
||||
NETWORK_READY_WAIT_SECS = 300
|
||||
|
||||
DISCOVERY_DEVICE = 'device'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue