danobot / entity-controller

Home Assistant Entity and lighting controller for managing devices with timers, scripts, and sun-based time restrictions.
https://danobot.github.io/ec-docs/
GNU General Public License v3.0
294 stars 40 forks source link

Fix: Allow remaining entites to be checked, when one is potential configuartion error #313 #314

Closed Tabisch closed 7 months ago

Tabisch commented 11 months ago

Description

By returning None in except block, checking of remaining entities is prevented, even if there are functinoal one behind the broken on in the list.

By jumping skipping the rest of the loop, checking of the remaining entities is allowed, while the normal behaviour remains the same.

Checklist

Please open an issue before embarking on any significant pull request, especially those that add a new library or change existing tests, otherwise you risk spending a lot of time working on something that might not end up being merged into the project.

License

By submitting a patch, you agree to allow the project owners to license your work under the terms of the project license. Thank you for contributing!

Related Issues

313

Closes