Skip to content

Commit

Permalink
Merge branch '18.02' into persona-fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
TREE-Ind authored Jun 6, 2018
2 parents be3b38e + 23d1a3e commit 9c2f08f
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 17 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## Checklist:
- [ ] Used [Meta Editor](http://rawgit.com/MycroftAI/mycroft-skills/master/meta_editor.html) to generate the skill README
- [ ] Skill has been tested and works
- [ ] Read and verified approval process - https://mycroft.ai/documentation/skills/skills-acceptance-process (Can require a community member vouching for skill)
- [ ] README.md has been updated with the following:
```
+[submodule "NAME OF YOUR SKILL"]
Expand Down
18 changes: 15 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "fallback-persona"]
path = fallback-persona
url = https://github.com/MycroftAI/skill-fallback-persona.git
[submodule "mycroft-stop"]
path = skill-stop
url = https://github.com/mycroftai/skill-stop
Expand Down Expand Up @@ -97,6 +100,15 @@
[submodule "mycroft-speak"]
path = skill-speak
url = https://github.com/mycroftai/skill-speak.git
[submodule "fallback-persona"]
path = fallback-persona
url = https://github.com/MycroftAI/skill-fallback-persona.git
[submodule "mycroft-hue"]
path = mycroft-hue
url = https://github.com/ChristopherRogers1991/mycroft-hue.git
[submodule "btotharye-home-assistant"]
path = btotharye-home-assistant
url = https://github.com/btotharye/mycroft-homeassistant
[submodule "translate-skill"]
path = translate-skill
url = https://github.com/jcasoft/translate-skill
[submodule "plasma-activities-skill"]
path = plasma-activities-skill
url = https://github.com/AIIX/plasma-activities-skill
2 changes: 1 addition & 1 deletion DEFAULT-SKILLS
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mycroft-singing
mycroft-spelling
mycroft-stock
mycroft-support-helper
#mycroft-timer
mycroft-timer
mycroft-weather
mycroft-wiki
mycroft-version-checker
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,6 @@ wiki pages. Also please include the phrase to trigger on as well for your skill

| Status | Skill Name | Description<br>```"phrase to trigger"``` |
| ------------------- | ------------------------------------------------------------------------------- | --------------------------------------------|
| :heavy_check_mark: | [Homeassistant](https://github.com/btotharye/mycroft-homeassistant#readme) | Control your devices in home-assistant<br>```"turn on office"``` |
| :heavy_check_mark: | [Plasma Activities Skill](https://github.com/AIIX/plasma-activities-skill#readme)| Control KDE Plasma 5 Activities with Mycroft```show/create/switch/remove activity [name]``` |
| :heavy_check_mark: | [translate-skill](https://github.com/jcasoft/translate-skill/tree/84db4da986c1ae165d4c31bb5f907398feb19326#readme) | Translate phrases into several languages<br>```"translate good morning into japanese"``` |
1 change: 1 addition & 0 deletions btotharye-home-assistant
2 changes: 1 addition & 1 deletion fallback-duck-duck-go
2 changes: 1 addition & 1 deletion mycroft-timer
Submodule mycroft-timer updated 1 files
+5 −2 __init__.py
2 changes: 1 addition & 1 deletion pandora-skill
Submodule pandora-skill updated 2 files
+22 −12 __init__.py
+2 −0 requirements.sh
1 change: 1 addition & 0 deletions plasma-activities-skill
2 changes: 1 addition & 1 deletion skill-alarm
2 changes: 1 addition & 1 deletion skill-installer
2 changes: 1 addition & 1 deletion skill-naptime
Submodule skill-naptime updated 1 files
+2 −2 __init__.py
2 changes: 1 addition & 1 deletion skill-release-test
2 changes: 1 addition & 1 deletion skill-reminder
2 changes: 1 addition & 1 deletion skill-support
2 changes: 1 addition & 1 deletion skill-volume
2 changes: 1 addition & 1 deletion spotify-skill
1 change: 1 addition & 0 deletions translate-skill
Submodule translate-skill added at 84db4d

0 comments on commit 9c2f08f

Please sign in to comment.