nielsfaber / scheduler-component

Custom component for HA that enables the creation of scheduler entities
GNU General Public License v3.0
609 stars 39 forks source link

Add support for delayed actions #324

Closed ldotlopez closed 4 months ago

ldotlopez commented 5 months ago

Checklist

Proposal

Add support for delayed actions like: turn on the A/C in 2 hours

This is different that scheduling with a calendar or fixed hours, sometimes I need to turn on / off some device after some interval.

I'm about to take a look at the code and do this myself, but before going into depth I want to know if there is interest in this feature and if it may be merged

Additional info

I tried to implement it using standard timers, helpers, automations and scripts but it gets to messy, fragile, complicated and not reusable, not to mention the UI.

I think that scheleduler-component has all the infrastructure ready to support this feature: code and UI components.

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days