1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 22:34:47 +00:00

Increase connect and configuration time for rfxtrx (#153834)

Increase the allowed time for connection and configuration. Some devices take a long time to respond to configuration changes and this time is counted for both network and configuration of the device.
This commit is contained in:
Alec
2025-10-06 19:25:44 +01:00
committed by GitHub
parent 1c7b9cc354
commit fbcf0eb94c

View File

@@ -48,7 +48,7 @@ from .const import (
DEFAULT_OFF_DELAY = 2.0
CONNECT_TIMEOUT = 30.0
CONNECT_TIMEOUT = 60.0
_LOGGER = logging.getLogger(__name__)