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)