We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, First of all, Thanks a lot fo this great tool!
When trying to use a secret in the config.yaml file under config/espresense/ the use of !secret for the mqtt_password fails with the following error:
config.yaml
config/espresense/
!secret
Process Architecture: X64 [17:36:03 INF] Loading /config/espresense/config.yaml [17:36:03 ERR] Error reading config, ignoring... (Line: 7, Col: 13, Idx: 155) - (Line: 7, Col: 34, Idx: 176): Encountered an unresolved tag '!secret' [17:36:03 INF] Loading /config/espresense/config.yaml [17:36:03 ERR] Error reading config, ignoring... (Line: 7, Col: 13, Idx: 155) - (Line: 7, Col: 34, Idx: 176): Encountered an unresolved tag '!secret'
It would be great if we can use the secret file as prescribed by the HA team for passwords.
Cheers!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
First of all, Thanks a lot fo this great tool!
When trying to use a secret in the
config.yaml
file underconfig/espresense/
the use of!secret
for the mqtt_password fails with the following error:It would be great if we can use the secret file as prescribed by the HA team for passwords.
Cheers!
The text was updated successfully, but these errors were encountered: