mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Remove print
This commit is contained in:
@@ -89,8 +89,6 @@ class RestBinarySensor(BinarySensorDevice):
|
||||
@property
|
||||
def is_on(self):
|
||||
""" True if the binary sensor is on. """
|
||||
print("### UPDATE ", self.rest.data)
|
||||
|
||||
if self.rest.data is False:
|
||||
return False
|
||||
else:
|
||||
|
Reference in New Issue
Block a user