mirror of
https://github.com/home-assistant/core.git
synced 2026-05-31 12:44:04 +01:00
Add missing WebDAV exception translation (#171614)
This commit is contained in:
committed by
GitHub
parent
489dda8efb
commit
6560496440
@@ -30,6 +30,9 @@
|
||||
}
|
||||
},
|
||||
"exceptions": {
|
||||
"cannot_access_or_create_backup_path": {
|
||||
"message": "Cannot access or create backup path"
|
||||
},
|
||||
"cannot_connect": {
|
||||
"message": "Cannot connect to WebDAV server"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user