You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: homeassistant/components/hassio/strings.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,10 @@
52
52
}
53
53
}
54
54
},
55
+
"issue_addon_pwned": {
56
+
"title": "Insecure secrets detected in add-on configuration",
57
+
"description": "Add-on {addon} uses secrets/passwords in its configuration which are detected as not secure. See [pwned passwords and secrets]({more_info_pwned}) for more information on this issue."
58
+
},
55
59
"issue_mount_mount_failed": {
56
60
"title": "Network storage device failed",
57
61
"fix_flow": {
@@ -119,6 +123,10 @@
119
123
"title": "Disk lifetime exceeding 90%",
120
124
"description": "The data disk has exceeded 90% of its expected lifespan. The disk may soon malfunction which can lead to data loss. You should replace it soon and migrate your data."
121
125
},
126
+
"issue_system_free_space": {
127
+
"title": "Data disk is running low on free space",
128
+
"description": "The data disk has only {free_space}GB free space left. This may cause issues with system stability and interfere with functionality such as backups and updates. See [clear up storage]({more_info_free_space}) for tips on how to free up space."
129
+
},
122
130
"unhealthy": {
123
131
"title": "Unhealthy system - {reason}",
124
132
"description": "System is currently unhealthy due to {reason}. For troubleshooting information, select Learn more."
0 commit comments