diff --git a/.gitignore b/.gitignore index 4b254f6..2296fbf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ secrets.yaml update-all.sh activate venv +custom-supersensor.yaml diff --git a/secrets.yaml.sample b/secrets.yaml.sample deleted file mode 100644 index 43c23c5..0000000 --- a/secrets.yaml.sample +++ /dev/null @@ -1,7 +0,0 @@ -wifi_ssid: "SSID" -wifi_password: "12345678" -wifi_domain: .local -web_auth_username: "admin" -web_auth_password: "ChangeM34Secur1ty" -ota_password: "ChangeM34Secur1ty" -api_encryption_key: "ChangeMeToAValidAPIEncryptionKey=="