From de7a34b648badafa3cd27f99268ad8192f327611 Mon Sep 17 00:00:00 2001 From: Stefan Jonasson Date: Wed, 23 Sep 2015 11:25:08 +0200 Subject: [PATCH] Added more logging. --- homeassistant/components/switch/tellstick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/switch/tellstick.py b/homeassistant/components/switch/tellstick.py index 375f5eea61d..77ace5b0272 100644 --- a/homeassistant/components/switch/tellstick.py +++ b/homeassistant/components/switch/tellstick.py @@ -56,7 +56,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None): # Execute the update in another thread logging.getLogger(__name__).info( "Updating state to {}".fromat(method)) - threading.Thread(target=switch_device.update_ha_state, daemon=False).start() + #threading.Thread(target=switch_device.update_ha_state, daemon=False).start() break callback_id = core.register_device_event(_device_event_callback)