Open lcipria opened 2 years ago
Hey, thanks for the detective work.
Will need to check what languages OpenWeather handles. Alternatively we do all the API interaction in english and translate the localized condition term to the base english condition for comparison.
Describe the bug Mycroft answers with "condition-not-expected" dialog if condition matches the weather
To Reproduce Steps to reproduce the behavior:
Expected behavior Output should be "condition-expected"
Log files ...
Environment (please complete the following information):
Additional context The problem seems to be related to this row:
intent_match = self.voc_match(weather.condition.category.lower(), condition)