|
|
@@ -403,7 +403,7 @@ class ConfigFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|
|
self.__cloud_device["ip"] = local_device["ip"]
|
|
|
self.__cloud_device["version"] = local_device["version"]
|
|
|
else:
|
|
|
- _LOGGER.warn(f"Could not find device: {self.__cloud_device['id']}")
|
|
|
+ _LOGGER.warning(f"Could not find device: {self.__cloud_device['id']}")
|
|
|
return await self.async_step_local(None)
|
|
|
|
|
|
return self.async_show_form(
|
|
|
@@ -487,7 +487,7 @@ class ConfigFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|
|
log_json(dps),
|
|
|
)
|
|
|
_LOGGER.warning(
|
|
|
- "Report this to https://github.com/make-all/tuya-local/issues/",
|
|
|
+ "Include the previous log message with any new device request to https://github.com/make-all/tuya-local/issues/",
|
|
|
)
|
|
|
if types:
|
|
|
return self.async_show_form(
|