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