Skip to content

Commit

Permalink
register intent
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Jun 5, 2024
1 parent 39f046e commit db3c197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class DeviceControlCenterSkill(NeonSkill):
_pending_audio_restart = False
_dialog_to_speak = ""
user_config_path = expanduser("~/.config/neon/neon.yaml")

def initialize(self):
self.bus.on("mycroft.ready", self._speak_restart_dialog)

Expand Down Expand Up @@ -211,6 +211,7 @@ def handle_show_debug(self, message):
{"enabled": enabled}))
# TODO: Handle this event DM

@intent_handler("classic_mycroft.intent")
def handle_classic_mycroft_intent(self, message):
"""
Give the user a classic Mycroft experience.
Expand Down

0 comments on commit db3c197

Please sign in to comment.