Tag: git

Hardening Home Assistant: secret.yaml

Good practice dictates a disconnect of sensitive information in the configuration.yaml that defines homes assistant, by design into a secret.yaml file that is excluded when synced to external version control systems (aka github). While in development it isn't always done that way and therefor a commit to github …