Release notes 2015-06-10

This commit is contained in:
Paulus Schoutsen 2015-06-13 10:04:59 -07:00
parent be163d98fc
commit edabc798ff
10 changed files with 270 additions and 1 deletions

View 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
```