mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 23:07:11 +01: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