mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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
@ -44,6 +44,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||||||
image=entry.data[CONF_IMAGE],
|
image=entry.data[CONF_IMAGE],
|
||||||
board=BOARD_MAP[board],
|
board=BOARD_MAP[board],
|
||||||
channel=entry.data[CONF_CHANNEL].lower(),
|
channel=entry.data[CONF_CHANNEL].lower(),
|
||||||
|
timeout=30,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
await coordinator.async_config_entry_first_refresh()
|
await coordinator.async_config_entry_first_refresh()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user