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