mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Increase the timeout during config entry setup in Shelly integration (#40684)
This commit is contained in:
parent
9a32e28574
commit
088558b8df
@ -40,7 +40,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry):
|
||||
temperature_unit,
|
||||
)
|
||||
try:
|
||||
async with async_timeout.timeout(5):
|
||||
async with async_timeout.timeout(10):
|
||||
device = await aioshelly.Device.create(
|
||||
aiohttp_client.async_get_clientsession(hass),
|
||||
options,
|
||||
|
Loading…
x
Reference in New Issue
Block a user