FutureTense / lock-manager

Home Assistant Lock Manager
55 stars 19 forks source link

Add ozw and zwave as after_dependencies #71

Closed raman325 closed 3 years ago

raman325 commented 3 years ago

Proposed change

This should resolve the hassfest CI errors and the nice benefit is that lock-manager is guaranteed to load after either integration (dependencies are for integrations that must be enabled and available for the integration to load, after_dependencies will wait for integrations that are listed to be available if they are enabled before loading this integration).

I haven't looked too deeply into the automations that you have set up to enable and disable alerting but this should make it easier to remove that extra logic.

Type of change

Additional information

raman325 commented 3 years ago

Talked to @firstof9 - this is already fixed in the new repo, so withdrawing. I will keep my other PR open here for visibility and resubmit in the new repo when ready