mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-14 23:58:30 +00:00
Found a path to a crash condition
Preventing a de-reference of null when the HA server is unreachable.
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -4,6 +4,8 @@
|
||||
"Venu"
|
||||
],
|
||||
"files.exclude": {
|
||||
"resources-*": true
|
||||
"resources-*": true,
|
||||
"bin": true,
|
||||
"export": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user