Skip to content

Commit cecc098

Browse files
committed
Merge pull request home-assistant#338 from balloob/pavoni-patch-1
Refer to hub component.
2 parents 8e8199e + 46da3ae commit cecc098

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

source/_components/light.vera.markdown

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

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

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.
1618

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.
1820

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

Comments
 (0)