bug fix
This commit is contained in:
@@ -334,7 +334,7 @@ class MotionLight(Hass):
|
|||||||
self.log(f'Skipped activating - everything is not off')
|
self.log(f'Skipped activating - everything is not off')
|
||||||
|
|
||||||
def activate_any_on(self, kwargs):
|
def activate_any_on(self, kwargs):
|
||||||
if self.any_on():
|
if self.any_on:
|
||||||
self.activate()
|
self.activate()
|
||||||
else:
|
else:
|
||||||
self.log(f'Skipped activating - everything is not off')
|
self.log(f'Skipped activating - everything is not off')
|
||||||
|
|||||||
Reference in New Issue
Block a user