Skip to content

Commit

Permalink
Merge branch '18.02' into 18.02
Browse files Browse the repository at this point in the history
  • Loading branch information
TREE-Ind authored Jun 6, 2018
2 parents 7976ec7 + ea9ca27 commit ee316e3
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 4 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
14 changes: 13 additions & 1 deletion .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 @@ -100,6 +103,15 @@
[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
[submodule "openhab-mycroft"]
path = openhab-mycroft
url = https://github.com/openhab/openhab-mycroft
url = https://github.com/openhab/openhab-mycroft
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,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: | [mycroft-hue](https://github.com/ChristopherRogers1991/mycroft-hue/blob/master/README.md)| Control your Phillips Hue lights<br>```turn on the lights``` |
| :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
1 change: 1 addition & 0 deletions fallback-persona
Submodule fallback-persona added at 7e24c1
1 change: 1 addition & 0 deletions plasma-activities-skill
2 changes: 1 addition & 1 deletion skill-alarm
2 changes: 1 addition & 1 deletion skill-volume
1 change: 1 addition & 0 deletions translate-skill
Submodule translate-skill added at 84db4d

0 comments on commit ee316e3

Please sign in to comment.