🚜 Merges/Redirect Vera component pages (#8518)

This commit is contained in:
Klaas Schoute 2019-02-12 23:53:44 +01:00 committed by Paulus Schoutsen
parent 636d6ead43
commit dce9403c75
9 changed files with 41 additions and 166 deletions

View File

@ -1,18 +0,0 @@
---
layout: page
title: "Vera Binary Sensor"
description: "Instructions on how to integrate Vera binary sensors into Home Assistant."
date: 2016-03-26 23:00
sidebar: true
comments: false
sharing: true
footer: true
logo: vera.png
ha_category: Binary Sensor
ha_iot_class: "Local Push"
ha_release: pre 0.7
---
The `vera` platform allows you to get data from your [Vera](http://getvera.com/) binary sensors from within Home Assistant.
They will be automatically discovered if the vera component is loaded.

View File

@ -1,20 +0,0 @@
---
layout: page
title: "Vera Thermostat"
description: "Instructions on how to integrate Vera thermostats into Home Assistant."
date: 2016-09-19 21:00
sidebar: true
comments: false
sharing: true
footer: true
logo: vera.png
ha_category: Climate
ha_iot_class: "Local Push"
ha_release: 0.13
---
The `vera` climate platform allows you to control your [Vera](http://getvera.com/) thermostats from within Home Assistant.
They will be automatically discovered if the vera component is loaded.
For more configuration information see the [Vera component](/components/vera/) documentation.

View File

@ -1,20 +0,0 @@
---
layout: page
title: "Vera Cover"
description: "Instructions on how to integrate Vera covers into Home Assistant."
date: 2016-09-19 21:00
sidebar: true
comments: false
sharing: true
footer: true
logo: vera.png
ha_category: Cover
ha_iot_class: "Local Push"
ha_release: 0.13
---
The `vera` cover platform allows you to control your [Vera](http://getvera.com/) covers from within Home Assistant.
They will be automatically discovered if the Vera component is loaded.
For more configuration information see the [Vera component](/components/vera/) documentation.

View File

@ -1,21 +0,0 @@
---
layout: page
title: "Vera Light"
description: "Instructions on how to integrate Vera lights into Home Assistant."
date: 2015-10-20 21:00
sidebar: true
comments: false
sharing: true
footer: true
logo: vera.png
ha_category: Light
ha_iot_class: "Local Push"
ha_release: pre 0.7
---
The `vera` platform allows you to control your [Vera](http://getvera.com/) lights from within Home Assistant.
They will be automatically discovered if the vera component is loaded.
For more configuration information see the [Vera component](/components/vera/) documentation.

View File

@ -1,20 +0,0 @@
---
layout: page
title: "Vera Lock"
description: "Instructions on how to integrate Vera locks into Home Assistant."
date: 2016-06-29 15:00
sidebar: true
comments: false
sharing: true
footer: true
logo: vera.png
ha_category: Lock
ha_iot_class: "Local Push"
ha_release: pre 0.7
---
The `vera` platform allows you to control your [Vera](http://getvera.com/) locks from within Home Assistant.
They will be automatically discovered if the vera component is loaded.
For more configuration information see the [Vera component](/components/vera/) documentation.

View File

@ -1,21 +0,0 @@
---
layout: page
title: "Vera Scene"
description: "Instructions on how to integrate Vera Scenes into Home Assistant."
date: 2017-11-20 20:00
sidebar: true
comments: false
sharing: true
footer: true
logo: vera.png
ha_category: Scene
ha_iot_class: "Local Push"
ha_release: "0.60"
---
The `vera` platform allows you to control your [Vera](http://getvera.com/) scenes from within Home Assistant.
They will be automatically discovered if the `vera` component is loaded.
For more configuration information see the [Vera component](/components/vera/) documentation.

View File

@ -1,24 +0,0 @@
---
layout: page
title: "Vera Sensor"
description: "Instructions on how to integrate Vera sensors into Home Assistant."
date: 2015-10-20 21:00
sidebar: true
comments: false
sharing: true
footer: true
logo: vera.png
ha_category: Sensor
ha_iot_class: "Local Push"
ha_release: pre 0.7
---
The `vera` platform allows you to get data from your [Vera](http://getvera.com/) sensors from within Home Assistant.
They will be automatically discovered if the vera component is loaded.
Please note that some vera sensors (such as _motion_ and _flood_ sensors) are _armable_ which means that vera will send alerts (email messages to txts) when they are _armed_ and change state.
Home Assistant will display the state of these sensors regardless of the _armed_ state.
To allow you to change the _armed state_ - Home Assistant will create a switch as well as a sensor for each _Armable_ sensor. You can hide these switches using customization if you wish.

View File

@ -1,20 +0,0 @@
---
layout: page
title: "Vera Switch"
description: "Instructions on how to integrate Vera switches into Home Assistant."
date: 2015-10-20 21:00
sidebar: true
comments: false
sharing: true
footer: true
logo: vera.png
ha_category: Switch
ha_iot_class: "Local Push"
ha_release: pre 0.7
---
The `vera` platform allows you to control your [Vera](http://getvera.com/) switches from within Home Assistant.
They will be automatically discovered if the vera component is loaded.
For more configuration information see the [Vera component](/components/vera/) documentation.

View File

@ -8,13 +8,42 @@ comments: false
sharing: true
footer: true
logo: vera.png
ha_category: Hub
ha_category:
- Hub
- Binary Sensor
- Cover
- Light
- Lock
- Scene
- Sensor
- Switch
- Climate
ha_release: pre 0.7
redirect_from:
- /components/binary_sensor.vera/
- /components/cover.vera/
- /components/light.vera/
- /components/lock.vera/
- /components/scene.vera/
- /components/sensor.vera/
- /components/switch.vera/
- /components/climate.vera/
---
The [Vera](http://getvera.com) hub is a controller mainly connecting to Z-Wave devices.
Switches, Lights (inc Dimmers), Locks, Sensors, Binary sensors, and Scenes are supported - and will be automatically added when HA connects to your Vera controller.
There is currently support for the following device types within Home Assistant:
- Binary Sensor
- Cover
- Light
- Lock
- Scene
- Sensor
- Switch
- Climate
and will be automatically added when HA connects to your Vera controller.
## {% linkable_title Configuration %}
@ -56,3 +85,13 @@ vera:
### {% linkable_title Using Z-Wave devices in automation %}
If you want to use a Z-Wave device from the Vera controller in Home Assistant automation, you'll need the entity id. In the Home Assistant UI you'll find all entities listed under the <img src='/images/screenshots/developer-tool-states-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> icon of the Developer Tools section. Look for entities that contain 'Vera Device Id' in their attributes, and you'll find the entity id on the left.
### {% linkable_title Sensor %}
The `vera` platform allows you to get data from your [Vera](http://getvera.com/) sensors from within Home Assistant.
Please note that some vera sensors (such as _motion_ and _flood_ sensors) are _armable_ which means that vera will send alerts (email messages to txts) when they are _armed_ and change state.
Home Assistant will display the state of these sensors regardless of the _armed_ state.
To allow you to change the _armed state_ - Home Assistant will create a switch as well as a sensor for each _Armable_ sensor. You can hide these switches using customization if you wish.