mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +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,
|
||||
)
|
||||
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,
|
||||
|
Reference in New Issue
Block a user