From f945a3a69245f25eb664c14b666de29a9c51a7d4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 20 Oct 2015 22:08:20 +0200 Subject: [PATCH] Move configuration details to docs --- homeassistant/components/switch/vera.py | 42 ++----------------------- 1 file changed, 2 insertions(+), 40 deletions(-) diff --git a/homeassistant/components/switch/vera.py b/homeassistant/components/switch/vera.py index 548e6ca89a9..ecf922e8cfa 100644 --- a/homeassistant/components/switch/vera.py +++ b/homeassistant/components/switch/vera.py @@ -3,46 +3,8 @@ homeassistant.components.switch.vera ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Support for Vera switches. -Configuration: -To use the Vera lights you will need to add something like the following to -your configuration.yaml file. - -switch: - platform: vera - vera_controller_url: http://YOUR_VERA_IP:3480/ - device_data: - 12: - name: My awesome switch - exclude: true - 13: - name: Another Switch - -Variables: - -vera_controller_url -*Required -This is the base URL of your vera controller including the port number if not -running on 80. Example: http://192.168.1.21:3480/ - -device_data -*Optional -This contains an array additional device info for your Vera devices. It is not -required and if not specified all lights 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. - -These are the variables for the device_data array: - -name -*Optional -This parameter allows you to override the name of your Vera device in the HA -interface, if not specified the value configured for the device in your Vera -will be used. - -exclude -*Optional -This parameter allows you to exclude the specified device from homeassistant, -it should be set to "true" if you want this device excluded. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/switch.vera.html """ import logging import time