From c248d5455e7f21971527df8ab4637e3f8189882c Mon Sep 17 00:00:00 2001 From: Rohit Kabadi Date: Sun, 2 Aug 2015 18:01:31 -0700 Subject: [PATCH] Added REQUIREMENTS lilst to edimax.py --- homeassistant/components/switch/edimax.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/switch/edimax.py b/homeassistant/components/switch/edimax.py index ab461f4de07..171183900df 100644 --- a/homeassistant/components/switch/edimax.py +++ b/homeassistant/components/switch/edimax.py @@ -15,6 +15,7 @@ from homeassistant.const import CONF_HOST, CONF_USERNAME, CONF_PASSWORD,\ DEFAULT_USERNAME = 'admin' DEFAULT_PASSWORD = '1234' DEVICE_DEFAULT_NAME = 'Edimax Smart Plug' +REQUIREMENTS = ['https://github.com/rkabadi/pyedimax/archive/master.zip'] # setup logger _LOGGER = logging.getLogger(__name__)