From 34fbf8f42c073fe03c898fbed0b959fd60e4a39e Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 21 Mar 2021 12:45:52 +0100 Subject: [PATCH] fix issue in provisisonning --- .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..a04b218 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.yaml": "home-assistant" + } +} \ No newline at end of file