mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Fixed an issue with the initiation of the new attributes
This commit is contained in:
parent
2f2bd7a616
commit
a6cb19b27d
@ -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):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user