Skip to content

Commit

Permalink
small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisveilleux committed May 12, 2021
1 parent a8197b5 commit cdac179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,8 @@ def handle_sunrise(self, message: Message):
dialog = get_dialog_for_timeframe(intent_data.timeframe, dialog_args)
dialog.build_sunrise_dialog()
if self.platform == MARK_II:
self._display_sunrise_sunset_mark_ii(intent_weather)
weather_location = self._build_display_location(intent_data)
self._display_sunrise_sunset_mark_ii(intent_weather, weather_location)
self._speak_weather(dialog)

@intent_handler(
Expand Down

0 comments on commit cdac179

Please sign in to comment.