MycroftAI / skill-weather

Mycroft AI official Weather Skill, providing weather conditions and forecasts.
https://mycroft.ai/skills
Apache License 2.0
19 stars 59 forks source link

Handle a request for current local weather without an intent #180

Closed chrisveilleux closed 3 years ago

chrisveilleux commented 3 years ago

Description

Handles a new skill.weather.request-local command from the message bus that gets the local weather forecast without using the intent system. Once the weather data is retrieved, a skill.weather.local-retrieved event is emitted over the message bus. The initial use case for this is the Home Screen skill, which displays and weather condition icon and temperature.

Type of PR

If your PR fits more than one category, there is a high chance you should submit more than one PR. Please consider this carefully before opening the PR.

Testing

Use a message bus client to request the current local weather and listen for the response.

Documentation

Docstrings for new methods included.