nielsfaber / scheduler-component

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

Add "Enable" and "Disable" to Scheduler Service #320

Closed Neevok closed 8 months ago

Neevok commented 9 months ago

Checklist

Proposal

I'd love to have a general Switch to tun the Service on and of in general instead of going through each schedule item to enable an disable it.

Additional info

Scenario: I want to create a Manual Heating Override Switch. If I turn it on I don't want to have any scheduler item to be executed. Turning it off shall enable the scheduler Component again.

nielsfaber commented 8 months ago

I added services scheduler.disable_all and scheduler.enable_all in the v3.3.0 release which controls all schedules simultaneously. Hope this helps for your usage.

Neevok commented 8 months ago

Thank you. Exactly what I've been looking for!