Remove unnecessary debug message from vesync (#139083)
Remove unnecessary debug write
This commit is contained in:
@@ -102,5 +102,4 @@ class VeSyncBinarySensor(BinarySensorEntity, VeSyncBaseEntity):
|
||||
@property
|
||||
def is_on(self) -> bool:
|
||||
"""Return true if the binary sensor is on."""
|
||||
_LOGGER.debug(rgetattr(self.device, self.entity_description.key))
|
||||
return self.entity_description.is_on(self.device)
|
||||
|
||||
Reference in New Issue
Block a user