Browse Source

fix (remote): correct broken log call in remote learn command (#4829)

Edward Peek 1 week ago
parent
commit
403e7d06ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      custom_components/tuya_local/remote.py

+ 1 - 1
custom_components/tuya_local/remote.py

@@ -399,7 +399,7 @@ class TuyaLocalRemote(TuyaLocalEntity, RemoteEntity):
             persistent_notification.async_dismiss(
                 self._device._hass, notification_id="learn_command"
             )
-            _LOGGER("%s ending learning mode", self._config.config_id)
+            _LOGGER.debug("%s ending learning mode", self._config.config_id)
             if self._control_dp:
                 await self._control_dp.async_set_value(
                     self._device,