Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/mKeRix/home-assistant into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mKeRix committed Oct 12, 2015
2 parents bbec34d + a6cb19b commit 021a374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/tplink.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 021a374

Please sign in to comment.