Update synology camera markdown (#13721)

Example config suggested using IP address which doesn't work. Changed to reflect requiring full URL
This commit is contained in:
Allan Klein 2020-06-11 16:46:52 -07:00 committed by GitHub
parent 3e11698950
commit 96ecc2ec13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```