From ff388141a5ece554c3331f3a44e75a3a4ba6ace2 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:19:19 +0100 Subject: [PATCH] Update __init__.py --- __init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/__init__.py b/__init__.py index 19cb90fe..cd728a66 100644 --- a/__init__.py +++ b/__init__.py @@ -617,6 +617,7 @@ def _display_current_conditions(self, weather: WeatherReport, weather_location: sleep(5) self.enclosure.eyes_blink(2) self.enclosure.mouth_reset() + self.enclosure.activate_mouth_events() def _report_hourly_weather(self, intent_data: WeatherIntent): """Handles requests for a one hour forecast. @@ -712,6 +713,7 @@ def _display_one_day(self, forecast: Weather, intent_data: WeatherIntent): sleep(5) self.enclosure.eyes_blink(2) self.enclosure.mouth_reset() + self.enclosure.activate_mouth_events() def _report_multi_day_forecast(self, message: Message, days: int): """Handles all requests for multiple day forecasts.