Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: how to set multiple timers #183

Open
irabeamte2 opened this issue Mar 27, 2024 · 3 comments
Open

Question: how to set multiple timers #183

irabeamte2 opened this issue Mar 27, 2024 · 3 comments

Comments

@irabeamte2
Copy link

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
@jleinenbach
Copy link

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

@jekalmin
Copy link
Owner

jekalmin commented Apr 3, 2024

Thanks for reporting an issue.

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

@irabeamte2
Copy link
Author

irabeamte2 commented Apr 11, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants