My secrets.yaml file is located in the /config directory. Unfortunately ESPHome is not able to read this from a YAML fil within the /config/esphome directory.
Error accessing file /config/esphome/secrets.yaml: [Errno 2] No such file or directory: u'/config/esphome/secrets.yaml'
Is there a way to point !secrets to parent directory?
I have tried ! ../secret PASSWORD with no luck.