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,