Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
JarbasAl and coderabbitai[bot] authored Oct 15, 2024
1 parent 5620bc7 commit c8bf22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ def handle_ready(self, message: Message):
self.enclosure.eyes_blink("b")

@intent_handler("are_you_ready.intent")
def handle_enable_notification(self, message: Message):
def handle_are_you_ready(self, message: Message):
"""
Handle a request to enable ready announcements
Handle a user's inquiry about device readiness.
"""
if self.is_device_ready():
self.speak_dialog("confirm_ready")
Expand Down

0 comments on commit c8bf22e

Please sign in to comment.