nielsfaber / scheduler-component

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

Added option to skip the conditions when manually triggering a schedule #306

Closed jaynis closed 8 months ago

jaynis commented 9 months ago

Added a skip_conditions option to skip the conditions when manually triggering a schedule via the scheduler.run_action service. This has been done by setting the conditions field to an empty list before passing the schedule to the action handler.

Closes issue #301.

nielsfaber commented 8 months ago

Thanks for the PR, it looks good.