nielsfaber / scheduler-component

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

Run Action called on disabled scheduler is not ignored #248

Closed 3v1n0 closed 1 year ago

3v1n0 commented 1 year ago

Checklist

Expected behavior

[What you expected to happen]

Calling scheduler.run_action on a disabled scheduler, does nothing.

Actual behavior

[What actually happened]

The scheduler parameters are applied.

nielsfaber commented 1 year ago

This is the intended functionality. This service offers a way to manually trigger a schedule, it can also be used on a disabled schedule.