Increase version default timeout from 10 to 30 seconds (#106158)
* Update __init__.py * Update __init__.py * Revert timeout changes * Revert commit Revert timeout changes
This commit is contained in:
parent
4d5bea7bcc
commit
9237740103
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||
image=entry.data[CONF_IMAGE],
|
||||
board=BOARD_MAP[board],
|
||||
channel=entry.data[CONF_CHANNEL].lower(),
|
||||
timeout=30,
|
||||
),
|
||||
)
|
||||
await coordinator.async_config_entry_first_refresh()
|
||||
|
|
Loading…
Add table
Reference in a new issue