Remove print
This commit is contained in:
parent
4a0ec36fea
commit
2efca59352
1 changed files with 0 additions and 2 deletions
|
@ -89,8 +89,6 @@ class RestBinarySensor(BinarySensorDevice):
|
||||||
@property
|
@property
|
||||||
def is_on(self):
|
def is_on(self):
|
||||||
""" True if the binary sensor is on. """
|
""" True if the binary sensor is on. """
|
||||||
print("### UPDATE ", self.rest.data)
|
|
||||||
|
|
||||||
if self.rest.data is False:
|
if self.rest.data is False:
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue