Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Support "wake me up" to set an alarm #119

Open
mikejgray opened this issue Jun 12, 2023 · 1 comment · May be fixed by #145
Open

[FEAT] Support "wake me up" to set an alarm #119

mikejgray opened this issue Jun 12, 2023 · 1 comment · May be fixed by #145
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mikejgray
Copy link

Objective

When I'm setting an alarm for the morning, I'm used to telling Siri "wake me up at ___ a.m." This skill doesn't have an intent handler for that.

Initial Implementation Requirements

  • Set a new alarm on intent wake me (|up )at {time}

Other Considerations

  • It looks like the current intent is constructed with an IntentBuilder, so supporting this may require switching the way intents are handled.
@mikejgray mikejgray added the enhancement New feature or request label Jun 12, 2023
@NeonDaniel
Copy link
Member

I think this would best be implemented as an additional (Padatious) Intent

@NeonDaniel NeonDaniel moved this to Other Helpful Tasks in Community Projects May 16, 2024
@NeonDaniel NeonDaniel added the help wanted Extra attention is needed label May 16, 2024
mikejgray added a commit that referenced this issue Oct 29, 2024
@mikejgray mikejgray linked a pull request Oct 29, 2024 that will close this issue
@mikejgray mikejgray self-assigned this Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants