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 a869d0d commit 1ae2150
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 @@ -14,6 +14,7 @@ class SomaFMSkill(OVOSCommonPlaybackSkill):
def __init__(self, *args, **kwargs):
super().__init__(supported_media=[MediaType.MUSIC, MediaType.RADIO],
skill_icon=join(dirname(__file__), "somafm.png"),
skill_voc_filename="somafm_skill",
*args, **kwargs)

def initialize(self):
Expand Down
2 changes: 2 additions & 0 deletions locale/en-us/somafm_skill.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(soma fm|somafm)
(soma fm|somafm) 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.9a2
ovos-workshop>=0.0.16a39
ovos-workshop>=0.0.16a43
radiosoma~=0.0, >=0.0.1

0 comments on commit 1ae2150

Please sign in to comment.