Przeglądaj źródła

Config flow: log that the device specification is the cloud spec

Users sometimes confuse this with the local log message that is requested
for the new device report.

Issue #3258
Jason Rumney 9 miesięcy temu
rodzic
commit
bf9c388555
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      custom_components/tuya_local/config_flow.py

+ 1 - 1
custom_components/tuya_local/config_flow.py

@@ -413,7 +413,7 @@ class ConfigFlowHandler(ConfigFlow, domain=DOMAIN):
                 )
                 )
                 if model:
                 if model:
                     _LOGGER.warning(
                     _LOGGER.warning(
-                        "Device specification:\n%s",
+                        "Cloud device spec:\n%s",
                         log_json(model),
                         log_json(model),
                     )
                     )
             except Exception as e:
             except Exception as e: