-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathhome-assistant.code-workspace
98 lines (98 loc) · 2.64 KB
/
home-assistant.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"folders": [
{
"path": "."
}
],
"settings": {
"git.autoRepositoryDetection": "openEditors",
"files.associations": {
"*.yaml": "yaml"
},
"files.exclude": {
"**/._*": true,
"**/*.conf": true,
"**/*.cookie": true,
"**/*.cookie.backup": true,
"**/*.dat": true,
"**/*.db": true,
"**/*.db-shm": true,
"**/*.db-wal": true,
"**/*.log": true,
"**/*.mp4": true,
"**/*.pem": true,
"**/*.pickle": true,
"**/*.pyc": true,
"**/.cloud": true,
"**/.insteon_local_cache": true,
"**/.shortumations": true,
"**/.ssh": true,
"**/.storage": true,
"**/.Trash-0": true,
"**/_nodered_flows": true,
"**/custom_components": true,
"**/deps": true,
"**/development": true,
"**/icloud": true,
"**/image": true,
"lovelace*": true,
"themes/*": true,
"**/tmp": true,
"**/tts": true,
"**/www/": true,
"www/community": true,
"www/downloads": true,
"www/floorplan": true,
"www/images": true,
"www/sounds": true,
"www/ui": true,
"**/appdaemon": true,
"**/esphome": true,
"node-red/**": true,
"notebooks/bokeh-examples": true,
"**/.DS_Store": true,
"**/.homekit.state": true,
"**/.ios.conf": true,
"**/.ip_authenticated.yaml": true,
"**/.pip_progress": true,
"**/.shopping_list.json": true,
"**/.spotify-token-cache": true,
"**/.tradfri_psk.conf": true,
"**/.travis.yml": true,
"**/.uuid": true,
"**/.vsgitbuild": true,
"**/aircast.xml": true,
"appdaemon/appdaemon.yaml": true,
"**/core": true,
"**/google*.json": true,
"**/home-assistant.log.1": true,
"**/home-assistant.log.fault": true,
"**/ip_bans.yaml": true,
"**/lutron_caseta_*.json": true,
"**/notebooks": true,
"**/options.xml": true,
"**/OZW_Log.txt": true,
"**/pyozw.sqlite": true,
"**/rtsp2webrtc_v4_amd64": true,
"**/secrets.yaml": true,
"**/ui-lovelace-*.yaml": true,
"**/ui-*.yaml.disabled": true,
"**/watchman_report.txt": true,
"**/wyze_config.ini": true,
"**/zigbee.db-journal": true,
"**/zwcfg_*": true,
"**/zwscene.xml": true,
"themes/compact-header.yaml": false,
"**/.Trash-*": true,
"esphome/3rd_party": true
},
"vscode-home-assistant.hostUrl": "http://10.0.0.5:8123",
"vscode-home-assistant.longLivedAccessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJjZmIwYTBiMTllMDg0NDYwOWU2YmVkZDc0YWY2Yjk2YSIsImlhdCI6MTY5MTY5Mzg5MywiZXhwIjoyMDA3MDUzODkzfQ.hSefHc5itn71b854O2a4qZHqFQewfQAM-qrwD4lqAd0",
"vscode-home-assistant.ignoreCertificates": true,
"[home-assistant]": {
"diffEditor.diffAlgorithm": "advanced"
},
"esphome.dashboardUri": "http://10.0.0.5:6052",
"esphome.validator": "dashboard"
}
}