diff --git a/__init__.py b/__init__.py index 28d14f1..6d5bc0f 100644 --- a/__init__.py +++ b/__init__.py @@ -74,7 +74,7 @@ def is_device_ready(self) -> bool: # skills might be loaded by core or run standalone, we should standardize how this is checked via bus # perhaps ProcessStatus with skill_id ? services = {k: False for k in - self.settings.get("ready_settings", ["skills", "speech", "audio"])} + self.settings.get("ready_settings", ["skills"])} start = monotonic() while not is_ready: is_ready = self.check_services_ready(services)