I found an issue with the update_exclusions default value. It is set to a Boolean false when it should be an empty list. It results in the following error when the automation is run:
ERROR (MainThread) [homeassistant.components.automation.home_assistant_auto_update_on_a_schedule_base] Error rendering variables: TypeError: argument of type 'bool' is not iterable
I found an issue with the update_exclusions default value. It is set to a Boolean false when it should be an empty list. It results in the following error when the automation is run:
Suggest changing line 65 from
to
Appreciate all the work you've done so far!