home-assistant.io/source/components/switch.hikvision.markdown
Fabian Affolter 0ae84f0e88 add logo
2015-06-16 09:38:19 +02:00

26 lines
744 B
Markdown

---
layout: page
title: "Hikvision camera support"
description: "Instructions how to integrate Hikvision camera's into Home Assistant."
date: 2015-06-10 22:54
sidebar: false
comments: false
sharing: true
footer: true
---
<img src='/images/supported_brands/hikvision.png' class='brand pull-right' />
This hikvisioncam switch platform allows you to control your motion detection setting on your [Hikvision](http://www.hikvision.com/) camera.
To use your Hikvision cam in your installation, add the following to your `configuration.yaml` file:
```
# Example configuration.yaml entry
switch:
platform: hikvisioncam
name: Hikvision Cam 1 Motion Detection
host: 192.168.1.26
username: YOUR_USERNAME
password: YOUR_PASSWORD
```