Fix some issues for PyLint 1.7.2 (#8356)
* Fix some issues for PyLint 1.7.2 * More fixes * Revert position change for cover
This commit is contained in:
parent
83a5f932d1
commit
5779d64e98
66 changed files with 176 additions and 272 deletions
|
@ -29,7 +29,7 @@ from homeassistant.components.http.ban import process_wrong_login
|
|||
DOMAIN = 'websocket_api'
|
||||
|
||||
URL = '/api/websocket'
|
||||
DEPENDENCIES = 'http',
|
||||
DEPENDENCIES = ('http',)
|
||||
|
||||
MAX_PENDING_MSG = 512
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue