mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Removed the check for callback_dispatcher
This commit is contained in:
parent
e90fd3d654
commit
16c2827465
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user