Add component collection

This commit is contained in:
Paulus Schoutsen 2015-10-24 21:44:04 -07:00
parent 9702d39c42
commit 120dbf547d
113 changed files with 323 additions and 120 deletions

View file

@ -0,0 +1,38 @@
---
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
logo: vera.png
ha_category: Hub
---
<img src='/images/supported_brands/vera.png' class='brand' />
```yaml
# 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
```