Skip to content

Commit d7a2dbe

Browse files
committed
Update to refer to hub component
1 parent bbacbdb commit d7a2dbe

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

source/_components/switch.vera.markdown

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,11 @@ sharing: true
99
footer: true
1010
logo: vera.png
1111
ha_category: Switch
12+
ha_iot_class: "Local Push"
1213
---
1314

15+
The `vera` platform allows you to control your [Vera](http://getvera.com/) switches from within Home Assistant.
1416

15-
This `vera` switch platform allows you to control your [Vera](http://getvera.com/) switches.
17+
They will be automatically discovered if the vera component is loaded.
1618

17-
To use your Vera switches in your installation, add the following to your `configuration.yaml` file:
18-
19-
```yaml
20-
# Example configuration.yaml entry
21-
switch:
22-
platform: vera
23-
vera_controller_url: http://YOUR_VERA_IP:3480/
24-
device_data:
25-
12:
26-
name: My awesome sensor
27-
exclude: true
28-
13:
29-
name: Another sensor
30-
```
31-
32-
Configuration variables:
33-
34-
- **vera_controller_url** (*Required*): This is the base URL of your vera controller including the port number if not running on 80, eg. http://192.168.1.21:3480/
35-
- **device_data** array (*Optional*):This contains an array additional device information for your Vera devices. It is not required and if not specified all sensors configured in your Vera controller will be added with default values. You should use the id of your Vera device as the key for the device within `device_data`.
36-
- **name** (*Optional*):This parameter allows you to override the name of your Vera device in the frontend, if not specified the value configured for the device in your Vera will be used.
37-
- **exclude** (*Optional*): This parameter allows you to exclude the specified device, it should be set to "True" if you want this device excluded.
19+
For more configuration information see the [Vera component](/components/vera/) documentation.

0 commit comments

Comments
 (0)