Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JurgenLB authored Nov 11, 2024
1 parent afe6d46 commit e8863dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnetatmo.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def __init__(self, authData, home=None):
E = None
# events not always in self.homes
if 'events' in self.homes.keys():
E = v.get('events')
E = self.homes['events']
#
if not S:
logger.warning('No smoke detector found')
Expand Down

0 comments on commit e8863dc

Please sign in to comment.