From a6cb19b27dea2af515875de5d5bc3b7192200b92 Mon Sep 17 00:00:00 2001 From: Heiko Rothe Date: Mon, 12 Oct 2015 22:42:45 +0200 Subject: [PATCH] Fixed an issue with the initiation of the new attributes --- homeassistant/components/device_tracker/tplink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/device_tracker/tplink.py b/homeassistant/components/device_tracker/tplink.py index 60c337309d4..d368637cd6b 100755 --- a/homeassistant/components/device_tracker/tplink.py +++ b/homeassistant/components/device_tracker/tplink.py @@ -199,9 +199,9 @@ class Tplink3DeviceScanner(TplinkDeviceScanner): """ def __init__(self, config): - super(Tplink3DeviceScanner, self).__init__(config) self.stok = '' self.sysauth = '' + super(Tplink3DeviceScanner, self).__init__(config) def scan_devices(self): """