mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
spelling: components/august (#64232)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
db588bcf64
commit
dadcc5ebcb
@ -67,7 +67,7 @@ class ActivityStream(AugustSubscriberMixin):
|
|||||||
self._schedule_updates[house_id] = None
|
self._schedule_updates[house_id] = None
|
||||||
|
|
||||||
def get_latest_device_activity(self, device_id, activity_types):
|
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:
|
if device_id not in self._latest_activities:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user