# ============================================================================= # Local Timer Command Overrides # ============================================================================= # Place this file in: config/custom_sentences/en/local_timer_overrides.yaml # # These custom sentences add support for restarting timers with their # original duration. The corresponding intent script is in intent_scripts.yaml # # Example phrases: # - "Restart the timer" # - "Restart my timer" # - "Start the timer over" # - "Reset the timer" # - "Run the timer again" # ============================================================================= language: "en" intents: RestartLocalTimer: data: - sentences: - "(restart|reset|rerun|redo) [the|my] timer" - "(start|run) [the|my] timer (over|again)" - "timer (restart|reset|again|over)"