This commit is contained in:
John Lancaster
2023-06-26 00:42:01 -05:00
parent 2ee2155265
commit 243e6de04f

View File

@@ -334,7 +334,7 @@ class MotionLight(Hass):
self.log(f'Skipped activating - everything is not off')
def activate_any_on(self, kwargs):
if self.any_on():
if self.any_on:
self.activate()
else:
self.log(f'Skipped activating - everything is not off')