dmamelin

Results 12 comments of dmamelin

In my setup, modules define state_trigger factories that are called from regular files. As a result, HA startup becomes inexplicably slow and unstable, with intermittent errors and other issues.

Perhaps in `start_global_context`, modules should be launched first so that their triggers and trigger-factories can execute, and then everything else. This would preserve the startup order as before. But I...