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/light.vera.markdown
+4-23Lines changed: 4 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -9,31 +9,12 @@ sharing: true
9
9
footer: true
10
10
logo: vera.png
11
11
ha_category: Light
12
+
ha_iot_class: "Local Push"
12
13
---
13
14
15
+
The `vera` platform allows you to control your [Vera](http://getvera.com/) lights from within Home Assistant.
14
16
15
-
This `vera` light platform allows you to control your [Vera](http://getvera.com/) lights.
17
+
They will be automatically discovered if the vera component is loaded.
16
18
17
-
This platform is useful if you wish for switches connected to your Vera controller to appear as lights in Home Assistant. All switches will be added as a light unless you exclude them in the configuration file.
19
+
For more configuration information see the [Vera component](/components/vera/) documentation.
18
20
19
-
To use your Vera lights in your installation, add the following to your `configuration.yaml` file:
20
-
21
-
```yaml
22
-
# Example configuration.yaml entry
23
-
light:
24
-
platform: vera
25
-
vera_controller_url: http://YOUR_VERA_IP:3480/
26
-
device_data:
27
-
12:
28
-
name: My awesome sensor
29
-
exclude: true
30
-
13:
31
-
name: Another sensor
32
-
```
33
-
34
-
Configuration variables:
35
-
36
-
- **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/
37
-
- **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`.
38
-
- **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.
39
-
- **exclude** (*Optional*): This parameter allows you to exclude the specified device, it should be set to "True" if you want this device excluded.
0 commit comments