forked from MycroftAI/skill-weather
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from OpenVoiceOS/release-0.1.7a1
Release 0.1.7a1
- Loading branch information
Showing
5 changed files
with
40 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
recursive-include dialog * | ||
recursive-include vocab * | ||
recursive-include locale * | ||
recursive-include res * | ||
recursive-include ui * | ||
recursive-include skill * | ||
recursive-include gui * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"skill_id": "ovos-skill-weather.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-weather", | ||
"name": "Weather", | ||
"description": "Get weather conditions, forecasts, expected precipitation and more! You can also ask for other cities around the world. Current conditions and weather forecasts come from OpenMeteo", | ||
"examples": [ | ||
"what is the weather like?", | ||
"What's the temperature?", | ||
"What is the forecast tomorrow?", | ||
"What is the weather in Houston?", | ||
"What's the temperature in Paris tomorrow in Celsius?", | ||
"What's the high temperature tomorrow", | ||
"When is the sunset?", | ||
"Is it going to snow in Baltimore?", | ||
"Is it going to snow?", | ||
"What is the weather going to be like Tuesday?", | ||
"What is the weather for the next three days?", | ||
"What's the humidity?", | ||
"What is the weather this weekend?", | ||
"What is the forecast in London tomorrow?", | ||
"How windy is it?", | ||
"When will it rain next?", | ||
"Will it be cold on Tuesday", | ||
"is it raining?" | ||
], | ||
"tags": [ | ||
"weather", | ||
"forecast", | ||
"rain", | ||
"humidity", | ||
"snow", | ||
"temperature" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# START_VERSION_BLOCK | ||
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 1 | ||
VERSION_BUILD = 6 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 7 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |