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:
Nerdix 2023-12-22 11:37:03 +01:00 committed by GitHub
parent 4d5bea7bcc
commit 9237740103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()