Release notes 2015-06-10
This commit is contained in:
parent
be163d98fc
commit
edabc798ff
10 changed files with 270 additions and 1 deletions
22
source/components/switch.hikvision.markdown
Normal file
22
source/components/switch.hikvision.markdown
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
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
|
||||
---
|
||||
|
||||
This switch platform allows you to control your motion detection setting on your Hikvision camera.
|
||||
|
||||
```
|
||||
# Example configuration.yaml entry
|
||||
switch:
|
||||
platform: hikvisioncam
|
||||
name: Hikvision Cam 1 Motion Detection
|
||||
host: 192.168.1.26
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue