mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 23:06:49 +00:00
26 lines
744 B
Markdown
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
|
|
```
|