From f6bc1a4575322c15d5208b9f0acc27c1f40b7b97 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 7 Mar 2016 19:21:43 +0100 Subject: [PATCH] Revert change (FIXME) --- homeassistant/components/tellduslive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/tellduslive.py b/homeassistant/components/tellduslive.py index e5c1bd44890..8ee09b5d05d 100644 --- a/homeassistant/components/tellduslive.py +++ b/homeassistant/components/tellduslive.py @@ -203,7 +203,7 @@ class TelldusLiveData(object): def setup(hass, config): """Setup the Telldus Live component.""" - # FIXME: aquire app key and provide authentication using username+password + # fixme: aquire app key and provide authentication using username+password if not validate_config(config, {DOMAIN: [CONF_PUBLIC_KEY, CONF_PRIVATE_KEY,