From 8a75e322bf7d2b96d3f093f24613c120b42c3ab5 Mon Sep 17 00:00:00 2001 From: GrKoR Date: Mon, 1 Nov 2021 19:52:46 +0300 Subject: [PATCH] + --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a68b3cc --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.yaml": "esphome" + } +} \ No newline at end of file