+ Vera Binary Sensor +
++ + +
The vera
platform allows you to get data from your Vera binary sensors from within Home Assistant.
They will be automatically discovered if the vera component is loaded.
+ + +diff --git a/atom.xml b/atom.xml index c46a97445e..933346a27d 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The vera
platform allows you to get data from your Vera binary sensors from within Home Assistant.
They will be automatically discovered if the vera component is loaded.
+ + +This vera
light platform allows you to control your Vera lights.
The vera
platform allows you to control your Vera lights from within Home Assistant.
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.
+They will be automatically discovered if the vera component is loaded.
-To use your Vera lights in your installation, add the following to your configuration.yaml
file:
For more configuration information see the Vera component documentation.
-# Example configuration.yaml entry -light: - platform: vera - vera_controller_url: http://YOUR_VERA_IP:3480/ - device_data: - 12: - name: My awesome sensor - exclude: true - 13: - name: Another sensor -
Configuration variables:
- -device_data
.
- This vera
sensor platform allows you to get data from your Vera sensors.
The vera
platform allows you to get data from your Vera sensors from within Home Assistant.
To use your Vera sensor in your installation, add the following to your configuration.yaml
file:
They will be automatically discovered if the vera component is loaded.
-# Example configuration.yaml entry -sensor: - platform: vera - vera_controller_url: http://YOUR_VERA_IP:3480/ - device_data: - 12: - name: My awesome sensor - exclude: true - 13: - name: Another sensor -
Configuration variables:
- -device_data
.
- This vera
switch platform allows you to control your Vera switches.
The vera
platform allows you to control your Vera switches from within Home Assistant.
To use your Vera switches in your installation, add the following to your configuration.yaml
file:
They will be automatically discovered if the vera component is loaded.
-# Example configuration.yaml entry -switch: - platform: vera - vera_controller_url: http://YOUR_VERA_IP:3480/ - device_data: - 12: - name: My awesome sensor - exclude: true - 13: - name: Another sensor -
Configuration variables:
- -device_data
.
- For more configuration information see the Vera component documentation.
@@ -160,6 +135,9 @@