Blog post for 0.16

This commit is contained in:
Paulus Schoutsen 2016-03-26 00:56:31 -07:00
parent 27c1f41d7b
commit c7c938e111
12 changed files with 169 additions and 22 deletions

View file

@ -14,8 +14,11 @@ ha_category: Hub
The [Vera](http://getvera.com) ecosystem is using Z-Wave for communication between the Vera controller and the devices.
## {% linkable_title Building on top of Vera %}
- [Vera Sensor](/components/sensor.vera/)
- [Vera Switch](/components/switch.vera/)
- [Vera Light](/components/light.vera/)
```yaml
vera:
vera_controller_url: http://192.168.1.161:3480/
# Optional to exclude devices - this is a list of vera device ids
exclude: [ 13, 14, 16, 20, 23, 72, 73, 74, 75, 76, 77, 78, 88, 89, 99]
# Optional to import switches as lights - this is a list of vera device ids
lights: [15, 17, 19, 21, 22, 24, 26, 43, 64, 70, 87]
```