mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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):
|
def __init__(self, config):
|
||||||
super(Tplink3DeviceScanner, self).__init__(config)
|
|
||||||
self.stok = ''
|
self.stok = ''
|
||||||
self.sysauth = ''
|
self.sysauth = ''
|
||||||
|
super(Tplink3DeviceScanner, self).__init__(config)
|
||||||
|
|
||||||
def scan_devices(self):
|
def scan_devices(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user