mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Remove unnecessary debug message from vesync (#139083)
Remove unnecessary debug write
This commit is contained in:
parent
5a0a3d27d9
commit
17c1c0e155
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user