Allow to track protected links and change protected link password (if available)

This commit is contained in:
2026-01-30 01:21:09 +03:00
parent 9a768b24f8
commit 69b344142f
7 changed files with 484 additions and 27 deletions

View File

@@ -21,6 +21,12 @@
},
"album_public_url": {
"name": "{album_name}: Public URL"
},
"album_protected_url": {
"name": "{album_name}: Protected URL"
},
"album_protected_password": {
"name": "{album_name}: Protected Password"
}
},
"binary_sensor": {
@@ -32,6 +38,11 @@
"album_thumbnail": {
"name": "{album_name}: Thumbnail"
}
},
"text": {
"album_protected_password_edit": {
"name": "{album_name}: Share Password"
}
}
},
"config": {

View File

@@ -21,6 +21,12 @@
},
"album_public_url": {
"name": "{album_name}: Публичная ссылка"
},
"album_protected_url": {
"name": "{album_name}: Защищённая ссылка"
},
"album_protected_password": {
"name": "{album_name}: Пароль ссылки"
}
},
"binary_sensor": {
@@ -32,6 +38,11 @@
"album_thumbnail": {
"name": "{album_name}: Превью"
}
},
"text": {
"album_protected_password_edit": {
"name": "{album_name}: Пароль ссылки"
}
}
},
"config": {