jarvis/backend/skills/reminders.py

12 lines
325 B
Python
Raw Normal View History

2023-09-05 15:50:38 +00:00
"""
Using notification logic from timers.py to notify at specified time
have web app to access list of reminders? (notion api?)
look into location based reminders and see if thats possible (maybe ntfy.sh supports this?)
"""
class Reminders: # ntfy.sh notification?
def __init__(self):
self.trigger_phrase = "reminders"