Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Apr 24, 2024
1 parent a921bb4 commit ff38814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ff38814

Please sign in to comment.