Removed the check for callback_dispatcher

pull/433/head
Stefan Jonasson 2015-09-23 09:50:12 +02:00
parent e90fd3d654
commit 16c2827465
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
# pylint: disable=no-member
#if telldus.TelldusCore.callback_dispatcher is None:
dispatcher = DirectCallbackDispatcher()
dispatcher = DirectCallbackDispatcher()
core = telldus.TelldusCore(callback_dispatcher=dispatcher)
#else:
# core = telldus.TelldusCore()