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 <frenck@frenck.nl>
This commit is contained in:
kongo09 2021-05-25 13:06:20 +02:00 committed by GitHub
parent 02bc66245c
commit df2e339aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
<div class='note'>
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.
</div>
### 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.