Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/_integrations/synology_dsm.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ha_domain: synology_dsm
ha_codeowners:
- '@hacf-fr'
- '@Quentame'
- '@mib1185'
ha_config_flow: true
---

Expand Down Expand Up @@ -50,6 +51,11 @@ ssl:
required: false
default: true
type: boolean
verify_ssl:
description: Determine if SSL-Certificate should be verified.
required: false
default: false
type: boolean
username:
description: The account username to connect to the Synology NAS. Using a separate account is advised, see the [Separate User Configuration](#separate-user-configuration) section below for details.
required: true
Expand Down Expand Up @@ -139,6 +145,9 @@ For each volume:
Security:
- `security_status`: Displays safe to indicate if the NAS is safe.

Upgrade:
- `update_available`: Displays on if a DSM update is available.

For each disk:
- `disk_exceed_bad_sector_thr`: Displays on to indicate if the disk exceeded the maximum bad sector threshold. (Does not work with DSM 5.x)
- `disk_below_remain_life_thr`: Displays on to indicate if the disk dropped below the remain life threshold. (Does not work with DSM 5.x)
Expand Down