extended_openai_conversation
extended_openai_conversation copied to clipboard
Question: how to set multiple timers
I would like to be able to set multiple timers. but dont know how to set this up. below the code i use for one timer
- spec: name: create_timer description: Adds a new timer event. parameters: type: object properties: time: type: string description: The time the timer should run for. required: - time function: type: script sequence: - service: timer.start data: duration: "{{time}}" target: entity_id: - timer.timer
There's a project, but I haven't looked into it: https://github.com/don86nl/ha_intents/tree/main
Thanks for reporting an issue.
Can I ask what your goal is? What do you want to do if multiple timers can be set?
I want to set multiple timers.
For instance when i'm in the kitchen i would set a timer for my toast and the next one for my boiled eggs. with the code i juse i'm now only able to set one timer.
On Wed, 3 Apr 2024 at 19:11, Min Jekal @.***> wrote:
Thanks for reporting an issue.
Can I ask what your goal is? What do you want to do if multiple timers can be set?
— Reply to this email directly, view it on GitHub https://github.com/jekalmin/extended_openai_conversation/issues/183#issuecomment-2035141530, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKZX7KMZJJDOTTB3S755TU3Y3QZ2LAVCNFSM6AAAAABFLHIQLOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZVGE2DCNJTGA . You are receiving this because you authored the thread.Message ID: @.***>