mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
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
|
@property
|
||||||
def is_on(self) -> bool:
|
def is_on(self) -> bool:
|
||||||
"""Return true if the binary sensor is on."""
|
"""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)
|
return self.entity_description.is_on(self.device)
|
||||||
|
Reference in New Issue
Block a user