You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/switch.vera.markdown
+4-22Lines changed: 4 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -9,29 +9,11 @@ sharing: true
9
9
footer: true
10
10
logo: vera.png
11
11
ha_category: Switch
12
+
ha_iot_class: "Local Push"
12
13
---
13
14
15
+
The `vera` platform allows you to control your [Vera](http://getvera.com/) switches from within Home Assistant.
14
16
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.
16
18
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