From f10ecb2a8d4a5f13f1c0806f7dd9d6c6092db580 Mon Sep 17 00:00:00 2001 From: Erik Date: Sun, 27 Dec 2015 18:42:10 +0100 Subject: [PATCH] remove obsolete comment --- homeassistant/components/tellduslive.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/tellduslive.py b/homeassistant/components/tellduslive.py index b77bd20379f..d16a45c6851 100644 --- a/homeassistant/components/tellduslive.py +++ b/homeassistant/components/tellduslive.py @@ -193,8 +193,6 @@ def setup(hass, config): "that can be aquired from https://api.telldus.com/keys/index") return False - # fixme: validate key? - global NETWORK NETWORK = TelldusLiveData(hass, config)