1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00

spelling: components/august (#64232)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-17 09:51:46 -05:00 committed by GitHub
parent db588bcf64
commit dadcc5ebcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ class ActivityStream(AugustSubscriberMixin):
self._schedule_updates[house_id] = None
def get_latest_device_activity(self, device_id, activity_types):
"""Return latest activity that is one of the acitivty_types."""
"""Return latest activity that is one of the activity_types."""
if device_id not in self._latest_activities:
return None