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

Provide a way to delete an apparently defective schedule entity #230

Closed p6sfrx725z28knfy closed 1 year ago

p6sfrx725z28knfy commented 1 year ago

Checklist

Expected behavior

Some means to delete an apparently defective schedule entity

Actual behavior

Scheduler UI card show "Defective Schedule Entity: $name-of-schedule" but provides no means to delete it, or even see why it was defective

Steps to Reproduce

I have no idea how the schedule entity became defective in the first place :(

nielsfaber commented 1 year ago

Usually a schedule becomes defective because the entity it is controlling has been deleted. You should still be able to click on it to edit it, and delete it there. Otherwise you can use the scheduler.remove service (needs the entity ID of the schedule).

p6sfrx725z28knfy commented 1 year ago

@nielsfaber thanks for the quick response, I was not able to delete it from the edit dialog but the scheduler.remove service did the trick :+1: