mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Wink component bug fixes
This commit is contained in:
@@ -23,8 +23,6 @@ def setup(hass, config):
|
|||||||
""" Sets up the Wink component. """
|
""" Sets up the Wink component. """
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
print(config)
|
|
||||||
|
|
||||||
if not validate_config(config, {DOMAIN: [CONF_ACCESS_TOKEN]}, logger):
|
if not validate_config(config, {DOMAIN: [CONF_ACCESS_TOKEN]}, logger):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user