mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Revert change (FIXME)
This commit is contained in:
@@ -203,7 +203,7 @@ class TelldusLiveData(object):
|
|||||||
|
|
||||||
def setup(hass, config):
|
def setup(hass, config):
|
||||||
"""Setup the Telldus Live component."""
|
"""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,
|
if not validate_config(config,
|
||||||
{DOMAIN: [CONF_PUBLIC_KEY,
|
{DOMAIN: [CONF_PUBLIC_KEY,
|
||||||
CONF_PRIVATE_KEY,
|
CONF_PRIVATE_KEY,
|
||||||
|
Reference in New Issue
Block a user