Turned all 'print' messages into _LOGGER.debug
This commit is contained in:
@@ -75,7 +75,7 @@ class LocaltuyaCover(LocalTuyaEntity, CoverEntity):
|
||||
self._state = self._stop_cmd
|
||||
self._previous_state = self._state
|
||||
self._current_cover_position = 0
|
||||
print("Initialized cover [{}]".format(self.name))
|
||||
_LOGGER.debug("Initialized cover [%s]", self.name)
|
||||
|
||||
@property
|
||||
def supported_features(self):
|
||||
|
Reference in New Issue
Block a user