This commit is contained in:
GrKoR
2021-11-02 18:17:03 +03:00
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
# Gitignore settings for ESPHome
# This is an example and may include too much for your use-case.
# You can modify this file to suit your needs.
**/.vscode/
**/.esphome/
**/.pioenvs/
**/.piolibdeps/

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"files.associations": {
"*.yaml": "esphome"
}
}