From df2e339aadbe8f67acbf84a26e6716b1179b6381 Mon Sep 17 00:00:00 2001 From: kongo09 Date: Tue, 25 May 2021 13:06:20 +0200 Subject: [PATCH] clarify security status sensor (#17759) * clarify security status sensor Explain to the user how the security status is derived to avoid confusion like in https://github.com/home-assistant/core/issues/50330 * Tweeak Co-authored-by: Franck Nijhof --- source/_integrations/synology_dsm.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/synology_dsm.markdown b/source/_integrations/synology_dsm.markdown index c3d6e83a9be..ee9bcff7a68 100644 --- a/source/_integrations/synology_dsm.markdown +++ b/source/_integrations/synology_dsm.markdown @@ -85,6 +85,12 @@ Entities reporting status, total size (TB), used size (TB), % of volume used, av Entities reporting the update and security status of the NAS. +
+ +The security status corresponds with the analysis of the DSM Security Advisor, e.g., an `outOfDate` state for the `Update` attribute not only reflects the update status of the installed DSM version but also the status of the installed DSM packages. + +
+ ### Disk sensors Similar to the [normal disk sensors](#disk-sensors), there are binary sensors reporting each drive's status. These sensors report if a drive has exceeded the maximum threshold for detected bad sectors and if a drive has dropped below the threshold for its remaining life.