1
0
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:
Jan-Philipp Benecke
2026-05-21 02:46:31 +02:00
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"
},