mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Remove print
This commit is contained in:
parent
4a0ec36fea
commit
2efca59352
@ -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…
x
Reference in New Issue
Block a user