Add a page per platform/component

This commit is contained in:
Paulus Schoutsen 2015-03-23 21:56:36 -07:00
parent a3dde919a8
commit 995ebdfb02
28 changed files with 810 additions and 41 deletions

View file

@ -0,0 +1,36 @@
---
layout: page
title: "Vera support"
description: "Instructions how to setup Vera hubs within Home Assistant."
date: 2015-03-23 20:04
sidebar: false
comments: false
sharing: true
footer: true
---
<img src='/images/supported_brands/vera.png' class='brand' />
```
# Example configuration.yaml entry
sensor:
platform: vera
vera_controller_url: http://YOUR_VERA_IP:3480/
device_data:
10:
name: Another sensor
switch:
platform: vera
vera_controller_url: http://YOUR_VERA_IP:3480/
device_data:
12:
name: Another Switch
light:
platform: vera
vera_controller_url: http://YOUR_VERA_IP:3480/
device_data:
11:
name: Another light
```