Hi,
I recently refactored my integrations and automations which has significantly reduced the length and hence clutter of configuration.yaml.
So I was wondering if there is a way to split secrets.yaml? I am thinking of following:
- Add a folder named “newSecrets”
- The folder can contain multiple files such as camera.yaml, smtp.yaml, switches.yaml etc
I did try adding following to configuration.yaml:
secrets newSecrets: include ./newSecrets
But it did not work and I am not sure if this is not doable or I did something incorrectly.
Thanks.