From 0b7c4075191f92a4c3e8e29df901332bb21a0f10 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Oct 2015 22:54:42 +0200 Subject: [PATCH] Remove configuration details --- homeassistant/components/switch/edimax.py | 31 ++--------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/homeassistant/components/switch/edimax.py b/homeassistant/components/switch/edimax.py index 2f38084ed9d..68542094526 100644 --- a/homeassistant/components/switch/edimax.py +++ b/homeassistant/components/switch/edimax.py @@ -3,35 +3,8 @@ homeassistant.components.switch.edimax ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Support for Edimax switches. -Configuration: - -To use the Edimax switch you will need to add something like the following to -your configuration.yaml file. - -switch: - platform: edimax - host: 192.168.1.32 - username: YOUR_USERNAME - password: YOUR_PASSWORD - name: Edimax Smart Plug - -Variables: - -host -*Required -This is the IP address of your Edimax switch. Example: 192.168.1.32 - -username -*Required -Your username to access your Edimax switch. - -password -*Required -Your password. - -name -*Optional -The name to use when displaying this switch instance. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/switch.edimax.html """ import logging