-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Allow to store MQTT credentials separate from configuration.yaml #2201
Comments
I second this! Something like Home Assistant does with |
Good idea, what should be the syntax for this? |
I think we could adapt the syntax from home-assistant here as @nikolaykasyanov mentioned, so using |
@Koenkk can this be used for other configuration parameters, e.g. |
Wow, this was incredibly fast. |
It's available in latest-dev (which replaced the arm32v6 image as it is multi arch now). |
In order to use version control for the configuration file, the MQTT credentials shouldn't be store within that file. It would be great to be able to store the MQTT credentials in a separate YAML-file or in case of docker, include the credentials as environment variable.
The text was updated successfully, but these errors were encountered: