diff --git a/source/_components/camera.synology.markdown b/source/_components/camera.synology.markdown index 7d0a4946187..78010327625 100644 --- a/source/_components/camera.synology.markdown +++ b/source/_components/camera.synology.markdown @@ -16,6 +16,8 @@ ha_iot_class: "Local Polling" The `synology` camera platform allows you to watch the live streams of your [Synology](https://www.synology.com/) Surveillance Station based IP cameras in Home Assistant. +## {% linkable_title Configuration %} + To enable your Surveillance Station cameras in your installation, add the following to your `configuration.yaml` file: ```yaml @@ -29,20 +31,20 @@ camera: {% configuration %} name: - description: A name for this synology camera component. + description: A name for this Synology camera. required: false default: Synology Camera type: string url: - description: The URL to your synology, including port. + description: The URL to your Synology, including port. required: true type: string username: - description: The username for accessing surveillance station. + description: The username for accessing Surveillance Station. required: true type: string password: - description: The password for accessing surveillance station. + description: The password for accessing Surveillance Station. required: true type: string timeout: @@ -51,17 +53,19 @@ timeout: default: 5 type: integer whitelist: - description: A list of which cameras you want to add, the names must be the same as in Surveillance Station. If omitted all cameras are added. + description: A list of which cameras you want to add, the names must be the same as in Surveillance Station. If omitted all cameras are added. required: false type: list verify_ssl: - description: True to require a valid certificate, False to disable certificate checking. + description: Verify SSL/TLS certificate for HTTPS request. required: false default: true type: boolean {% endconfiguration %} -A full sample configuration for the `synology` platform is shown below: +## {% linkable_title Full example %} + +A full sample configuration for the `synology` camera platform is shown below: ```yaml # Example configuration.yaml entry @@ -75,5 +79,5 @@ camera: ```
-Most users will need to set `verify_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 `verify_ssl` to false unless they have installed a valid SSL/TLS certificate in place of the built in self-signed certificate.