🔨 Associates yaml file to Home Assistant by default

This commit is contained in:
Franck Nijhof 2019-05-10 19:05:17 +02:00
parent d57fa01251
commit 69029577f8
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,7 @@
readonly -a PREVIOUS_DEFAULT_CONFIG_HASHES=(
86776df88391c3d94f79f62b430f9ff8538960628d5e04fb660165a5a46640d2e74f89cd68b3e6985dc59101ae2dda00a1e25aa48381acfd4736858c5f23878b
2be4c50575c05711d30121c3a1320698d3dbb034523c481be3aad3b638af3e0a46113d8c3f8cfc1b0f01e4cc10f32da3a30feca161c31b5b27177aeb7231bf70
d4745002643a0168f65bc5b465a9baff59af0fb4783b50553e1a4e8b3f1a569fc4905df19b7743f7f313a5809a5128d997fc4b5e0a0e5db0a01f47b3b7bec39d
)
# Ensure persistent data folder exists.

View file

@ -2,7 +2,8 @@
"editor.renderWhitespace": "boundary",
"editor.selectionClipboard": false,
"files.associations": {
"*.dash": "yaml"
"*.dash": "yaml",
"*.yaml": "home-assistant"
},
"files.watcherExclude": {
".nfs**": true,