From c657c3f5b8faa773b2411c26315d5e0be29be5fc Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Tue, 3 Nov 2020 23:10:54 +0100 Subject: [PATCH] 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 --- source/_integrations/synology_dsm.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/synology_dsm.markdown b/source/_integrations/synology_dsm.markdown index e1b6c26153e..49a2de41ca7 100644 --- a/source/_integrations/synology_dsm.markdown +++ b/source/_integrations/synology_dsm.markdown @@ -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)