Best-fit scenarios
Use when the user wants to start a timer, cancel a timer, or ask how much time is left on a Voice PE timer.
Tater Assistant
Phase One Wiki
Start, cancel, or check the remaining time for a device-local Voice PE timer from one natural-language request.
Use when the user wants to start a timer, cancel a timer, or ask how much time is left on a Voice PE timer.
Pass one natural-language timer request in query. Include the duration naturally for start requests. For status checks or cancel requests, no duration is needed.
ONE natural-language Voice PE timer request (for example: set a timer for 5 minutes, how much time is left, cancel the timer).
Explicit button entity to cancel timer, e.g. button.voicepe_office_remote_timer_cancel.
Clamp very large durations (default 2 hours).
Default: 7200Explicit sensor entity for remaining seconds, e.g. sensor.voicepe_office_remote_timer_remaining_seconds.
Explicit binary_sensor entity for running state, e.g. binary_sensor.voicepe_office_remote_timer_running.
Explicit button entity to start timer, e.g. button.voicepe_office_remote_timer_start.
Explicit number entity for timer seconds, e.g. number.voicepe_office_remote_timer_seconds.
Optional prefix used when inferring entities from the speaking device. Example: 'voicepe_office' would produce number.voicepe_office_remote_timer_seconds, etc. If blank, we will slugify context.device_name.
{
"function": "voicepe_remote_timer",
"arguments": {
"query": "ONE natural-language Voice PE timer request (for example: set a timer for 5 minutes, how much time is left, cancel the timer)."
}
}