Thematically split configuration.yaml

Is there any way, to split configuration not by type (e.g. automatons, scripts) but by theme?

I have one routine which contains:

  • Two automations
  • One script
  • Couple of helpers

In conjunction the are making one logical task (Checking my alarm on phone and configuring lightbolbs sunrise behavior)

And I have several routines like that. How can I put each of them in separated file, so it will be easier to see, what belongs to which routines?

You can do this with packages.

2 Likes

You can put it into packages

2 Likes

Nice! Thank you very much!