silencing warnings
This commit is contained in:
@@ -6,7 +6,7 @@ class Leaving(Hass):
|
||||
self.listen_state(self.turn_everything_off, entity_id=self.args['person'], old='home')
|
||||
|
||||
def turn_everything_off(self, entity, attribute, old, new, **kwargs):
|
||||
self.log(f'turning everything off')
|
||||
self.log('turning everything off')
|
||||
self.log(kwargs)
|
||||
for app_name in self.args['apps']:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user