From cdac17969c85c098a4e21b761cf11cc53bd24d2d Mon Sep 17 00:00:00 2001 From: Chris Veilleux Date: Wed, 5 May 2021 20:34:34 -0500 Subject: [PATCH] small bug fix --- __init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 7541630a..646ef146 100644 --- a/__init__.py +++ b/__init__.py @@ -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(