Commit ·
1c9ecdc
1
Parent(s): b0d765d
fix: Remove unnecessary import and sleep
Browse files
reachy_mini_ha_voice/voice_assistant.py
CHANGED
|
@@ -155,9 +155,7 @@ class VoiceAssistantService:
|
|
| 155 |
else:
|
| 156 |
_LOGGER.debug("Reachy Mini playback already active")
|
| 157 |
|
| 158 |
-
|
| 159 |
-
time.sleep(1.0)
|
| 160 |
-
_LOGGER.info("Reachy Mini media system initialized (waited 1s for pipelines)")
|
| 161 |
else:
|
| 162 |
_LOGGER.warning("Reachy Mini audio system not available")
|
| 163 |
except Exception as e:
|
|
|
|
| 155 |
else:
|
| 156 |
_LOGGER.debug("Reachy Mini playback already active")
|
| 157 |
|
| 158 |
+
_LOGGER.info("Reachy Mini media system initialized")
|
|
|
|
|
|
|
| 159 |
else:
|
| 160 |
_LOGGER.warning("Reachy Mini audio system not available")
|
| 161 |
except Exception as e:
|