Move secrets to top level file, include from packages folder

This commit is contained in:
Adam Goldsmith 2023-04-07 21:29:17 -04:00
parent 665d07f99c
commit 46f3ee5c3d
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,5 +2,5 @@
# This is an example and may include too much for your use-case.
# You can modify this file to suit your needs.
/.esphome/
secrets.yaml
/secrets.yaml
/.pdm.toml

3
packages/secrets.yaml Normal file
View File

@ -0,0 +1,3 @@
# Do not put any actual secrets in this file!
<<: !include ../secrets.yaml