From 96ecc2ec134e23c771120f9098a81d0301570844 Mon Sep 17 00:00:00 2001 From: Allan Klein Date: Thu, 11 Jun 2020 16:46:52 -0700 Subject: [PATCH] Update synology camera markdown (#13721) Example config suggested using IP address which doesn't work. Changed to reflect requiring full URL --- source/_integrations/synology.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/synology.markdown b/source/_integrations/synology.markdown index ae052eecfff..fdabff91b72 100644 --- a/source/_integrations/synology.markdown +++ b/source/_integrations/synology.markdown @@ -25,7 +25,7 @@ To enable your Surveillance Station cameras in your installation, add the follow # Minimum configuration.yaml entry camera: - platform: synology - url: IP_ADDRESS_OF_SYNOLOGY_NAS + url: FULL_URL_OF_SYNOLOGY_NAS username: YOUR_USERNAME password: YOUR_PASSWORD ```