Skip to content

Commit

Permalink
move WIP skills to hatchery
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Mar 27, 2024
1 parent 2464cef commit 98ab9f0
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 38 deletions.
38 changes: 38 additions & 0 deletions skill-openhab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"skill_id": "ovos-skill-openhab.mikejgray",
"source": "https://github.com/mikejgray/ovos-skill-openhab",
"package_name": "ovos-skill-openhab",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"icon": "https://www.openhab.org/openhab-logo-square.png",
"images": [],
"name": "openHAB",
"description": "This skill adds openHAB support to OVOS.",
"examples": [
"turn on Diningroom Light",
"switch off Kitchen Light",
"put on Good Night",
"what is Good Night status?",
"set Diningroom to 50 percent",
"dim Kitchen",
"bright Kitchen",
"dim Kitchen by 20 percent",
"what's Bedroom temperature?",
"tell me the temperature of Bedroom",
"what's the Bedroom humidity?",
"I'd like to know the humidity of Bedroom",
"adjust Main Thermostat to 21 degrees",
"regulate Main Thermostat to 20 degrees",
"decrease Main Thermostat by 2 degrees",
"increase Main Thermostat by 1 degrees",
"what is Main Thermostat is regulated to?",
"how the Main Thermostat tuned to?"
],
"tags": ["openHAB", "smarthome", "IoT", "Automation", "opensource"]
}
28 changes: 28 additions & 0 deletions skill-spotify.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"skill_id": "skill-ovos-spotify.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-spotify",
"package_name": "ovos-skill-ovos-spotify",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": [],
"media": ["ovos-media-plugin-spotify"],
"gui": []
},
"icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQUZqngh5mQq2OkOErN9pDnIeWjqgyxHOFTqYigWeCkCQ&s",
"images": [],
"name": "OVOS Spotify skill",
"description": "OCP skill for Spotify. This skill requires additional setup and components.",
"examples": [
"play heavy metal",
"play motorhead"
],
"tags": [
"OVOS",
"Spotify",
"music",
"OCP",
"voice-search"
]
}
38 changes: 0 additions & 38 deletions skill-viirs-json

This file was deleted.

0 comments on commit 98ab9f0

Please sign in to comment.