alex3305 / home-assistant-addons

Alex's Home Assistant Add-ons
https://alex3305.github.io/home-assistant-docs/
MIT License
47 stars 29 forks source link

Configuration parameter secret_file is not working #21

Closed alex3305 closed 3 years ago

alex3305 commented 3 years ago

The option secret_file isn't working for me. If I write secret_file: secrets-test.yaml the addon is still writing inside secrets.yaml.

Originally posted by @ElVit in https://github.com/alex3305/home-assistant-addons/issues/18#issuecomment-790088512

alex3305 commented 3 years ago

@ElVit Thanks for reporting this issue. I've improved upon this behaviour with version 1.4.1 and commit b31ed942859f31a7d68b5b553acc97a2ac628a67. However I could not verify this issue. See:

image image

Can you please verify this or perhaps elaborate on this issue with your (partial) configuration and the output you're receiving?

ElVit commented 3 years ago

@alex3305 I found the cause of my error. In your screenshot you wrote secrets_file: but the docu says secret_file:. Now it’s working also for me.

alex3305 commented 3 years ago

@ElVit Thanks for pointing this out and getting back to me! Also very good you've got it working. I've just fixed this in the docs and am closing this issue.