extended_openai_conversation icon indicating copy to clipboard operation
extended_openai_conversation copied to clipboard

Question: how to set multiple timers

Open irabeamte2 opened this issue 10 months ago • 3 comments

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

irabeamte2 avatar Mar 27 '24 16:03 irabeamte2

There's a project, but I haven't looked into it: https://github.com/don86nl/ha_intents/tree/main

jleinenbach avatar Mar 30 '24 13:03 jleinenbach

Thanks for reporting an issue.

Can I ask what your goal is? What do you want to do if multiple timers can be set?

jekalmin avatar Apr 03 '24 17:04 jekalmin

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: @.***>

irabeamte2 avatar Apr 11 '24 08:04 irabeamte2