Skip to content

Commit

Permalink
feat/skill_aliases (#7)
Browse files Browse the repository at this point in the history
* feat/skill_aliases

* feat/skill_aliases
  • Loading branch information
JarbasAl authored Jul 11, 2024
1 parent 4287172 commit 78976ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class TuneInSkill(OVOSCommonPlaybackSkill):
def __init__(self, *args, **kwargs):
super().__init__(supported_media=[MediaType.RADIO],
skill_icon=join(dirname(__file__), "tunein.png"),
skill_voc_filename="tunein_skill",
*args, **kwargs)

@ocp_featured_media()
Expand Down
2 changes: 2 additions & 0 deletions locale/en-us/tunein_skill.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(tune in|tunein)
(tune in|tunein) skill
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ovos-utils >= 0.0.38
ovos-bus-client>=0.0.9a1
ovos-workshop>=0.0.16a39
ovos-workshop>=0.0.16a43
tunein~=0.0,>=0.0.4a1

0 comments on commit 78976ff

Please sign in to comment.