mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add update available binary sensor and verify ssl for connection setup to synology_dsm (#15413)
* doc update for home-assistant/core#42378 * add verfiy ssl for connection setup * add @mib1185 as codeowner
This commit is contained in:
parent
79eaadda4b
commit
c657c3f5b8
@ -10,6 +10,7 @@ ha_domain: synology_dsm
|
||||
ha_codeowners:
|
||||
- '@hacf-fr'
|
||||
- '@Quentame'
|
||||
- '@mib1185'
|
||||
ha_config_flow: true
|
||||
---
|
||||
|
||||
@ -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
|
||||
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user