Added more logging.

This commit is contained in:
Stefan Jonasson 2015-09-23 11:22:32 +02:00
parent 62af1fcc57
commit 82a06279de

View File

@ -55,8 +55,8 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
if switch_device.tellstick_device.id == id_:
# Execute the update in another thread
logging.getLogger(__name__).info(
"Updating state to {}".fromat(switch_device.state()))
#threading.Thread(target=switch_device.update_ha_state, daemon=False).start()
"Updating state to {}".fromat(method))
threading.Thread(target=switch_device.update_ha_state, daemon=False).start()
break
callback_id = core.register_device_event(_device_event_callback)