mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Adding Synology Surveillance Station Documention (#1233)
* Add files via upload * Add files via upload * Delete camera.synology.markdown * Add files via upload * Update camera.synology.markdown * Delete Synology.png * Add files via upload Added Synology supported brand image
This commit is contained in:
parent
5f99472cb6
commit
9a4a358e53
50
source/_components/camera.synology.markdown
Normal file
50
source/_components/camera.synology.markdown
Normal file
@ -0,0 +1,50 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Synology Surveillance Station IP Camera"
|
||||
description: "Instructions how to integrate Synolog Surveillance Station cameras within Home Assistant."
|
||||
date: 2016-10-13 08:01
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: synology.png
|
||||
ha_category: Camera
|
||||
---
|
||||
|
||||
|
||||
The `synology` platform allows you to watch the live streams of your [Synology](https://www.synology.com/) Surveillance Station based IP cameras in Home Assistant.
|
||||
|
||||
To enable your Surveillance Station cameras in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Minimum configuration.yaml entry
|
||||
camera:
|
||||
- platform: synology
|
||||
url: SYNOLOGY_URL
|
||||
username: USERNAME
|
||||
password: PASSWORD
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **url** (*Required*): The url to your synology, including port.
|
||||
- **username** (*Required*): The username 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.
|
||||
- **verify_ssl** (*Optional*): True to require a valid certificate, False to disable certificate checking.
|
||||
|
||||
A full sample configuration for the `synology` platform is shown below:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
camera:
|
||||
- platform: synology
|
||||
url: https://192.168.1.120:5001
|
||||
username: USERNAME
|
||||
password: PASSWORD
|
||||
verify_ssl: False
|
||||
```
|
||||
|
||||
<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.
|
||||
</p>
|
BIN
source/images/supported_brands/synology.png
Normal file
BIN
source/images/supported_brands/synology.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
x
Reference in New Issue
Block a user