Skip to content

Commit

Permalink
feat/skill_aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jul 11, 2024
1 parent 4287172 commit 447aaee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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

0 comments on commit 447aaee

Please sign in to comment.