Add ha_release and other minor changes

This commit is contained in:
Fabian Affolter 2016-10-14 18:38:23 +02:00
parent 9a4a358e53
commit 5ebacef2f0
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -9,6 +9,8 @@ sharing: true
footer: true footer: true
logo: synology.png logo: synology.png
ha_category: Camera ha_category: Camera
ha_release: 0.31
--- ---
   
@ -27,11 +29,11 @@ camera:
Configuration variables: Configuration variables:
- **url** (*Required*): The url to your synology, including port. - **url** (*Required*): The URL to your synology, including port.
- **username** (*Required*): The username for accessing surveillance station. - **username** (*Required*): The username for accessing surveillance station.
- **password** (*Required*): The password for accessing surveillance station. - **password** (*Required*): The password for accessing surveillance station.
- **whitelist** (*Optional*): A list of which cameras you want to add, the names must be the same as in Surveillance Station. If omited all cameras are added. - **whitelist** (*Optional*): A list of which cameras you want to add, the names must be the same as in Surveillance Station. If omited all cameras are added.
- **verify_ssl** (*Optional*): True to require a valid certificate, False to disable certificate checking. - **verify_ssl** (*Optional*): True to require a valid certificate, False to disable certificate checking. Defaults to `True`.
A full sample configuration for the `synology` platform is shown below: A full sample configuration for the `synology` platform is shown below:
@ -46,5 +48,5 @@ camera:
``` ```
<p class='note'> <p class='note'>
Most users will need to set valid_ssl to false unless they have installed a valid SSL certificate in place of the built in self signed certificate. Most users will need to set `valid_ssl` to false unless they have installed a valid SSL certificate in place of the built in self-signed certificate.
</p> </p>