-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Joan Montané <[email protected]>
- Loading branch information
1 parent
4983fba
commit 2033843
Showing
1 changed file
with
38 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"skill_id": "skill-ovos-news.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-news", | ||
"extra_plugins": { | ||
"core": [ | ||
|
||
], | ||
"PHAL": [ | ||
|
||
], | ||
"listener": [ | ||
|
||
], | ||
"audio": [ | ||
"ovos-ocp-news-plugin" | ||
], | ||
"media": [ | ||
"ovos-ocp-news-plugin" | ||
], | ||
"gui": [ | ||
|
||
] | ||
}, | ||
"name": "Canals de notícies", | ||
"description": "Canals de notícies d'arreu del món.", | ||
"examples": [ | ||
"posa les notícies", | ||
"posa npr news", | ||
"posa euronews", | ||
"posa notícies en català", | ||
"posa notícies en portuguès", | ||
"posta notícies en castellà" | ||
], | ||
"tags": [ | ||
"notícies", | ||
"informació" | ||
] | ||
} |