mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 23:07:09 +00:00
More code style fixes
This commit is contained in:
parent
c77dbaa67b
commit
e5147235cc
@ -69,7 +69,7 @@ class TplinkDeviceScanner(object):
|
|||||||
host = config[CONF_HOST]
|
host = config[CONF_HOST]
|
||||||
username, password = config[CONF_USERNAME], config[CONF_PASSWORD]
|
username, password = config[CONF_USERNAME], config[CONF_PASSWORD]
|
||||||
|
|
||||||
self.parse_macs = re.compile('[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-'+
|
self.parse_macs = re.compile('[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}-' +
|
||||||
'[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}')
|
'[0-9A-F]{2}-[0-9A-F]{2}-[0-9A-F]{2}')
|
||||||
|
|
||||||
self.host = host
|
self.host = host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user