mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add links to different platforms
This commit is contained in:
parent
637b2961ae
commit
cc0c9f8e03
@ -9,28 +9,11 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/vera.png' class='brand' />
|
<img src='/images/supported_brands/vera.png' class='brand pull-right' />
|
||||||
|
The [Vera](http://getvera.com) ecosystem is using Z-Wave for communication between the Vera controller and the devices.
|
||||||
|
|
||||||
```yaml
|
## {% linkable_title Building on top of MQTT %}
|
||||||
# Example configuration.yaml entry
|
|
||||||
sensor:
|
|
||||||
platform: vera
|
|
||||||
vera_controller_url: http://YOUR_VERA_IP:3480/
|
|
||||||
device_data:
|
|
||||||
10:
|
|
||||||
name: Another sensor
|
|
||||||
|
|
||||||
switch:
|
- [Vera Sensor](/components/sensor.vera.html)
|
||||||
platform: vera
|
- [Vera Switch](/components/switch.vera.html)
|
||||||
vera_controller_url: http://YOUR_VERA_IP:3480/
|
- [Vera Light](/components/light.vera.html)
|
||||||
device_data:
|
|
||||||
12:
|
|
||||||
name: Another Switch
|
|
||||||
|
|
||||||
light:
|
|
||||||
platform: vera
|
|
||||||
vera_controller_url: http://YOUR_VERA_IP:3480/
|
|
||||||
device_data:
|
|
||||||
11:
|
|
||||||
name: Another light
|
|
||||||
```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user