mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Update for Lint
This commit is contained in:
@@ -69,7 +69,7 @@ def setup(hass, config, retry_delay=FIRST_RETRY_TIME):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
tuya.init(username, password, country_code, platform)
|
tuya.init(username, password, country_code, platform)
|
||||||
except RequestsConnectionError as ex:
|
except RequestsConnectionError:
|
||||||
|
|
||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
"Connection error during integration setup. Will retry in %s seconds",
|
"Connection error during integration setup. Will retry in %s seconds",
|
||||||
|
Reference in New Issue
Block a user