Enable logging-too-many-args
This commit is contained in:
parent
fb2da6be9a
commit
56186232f3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ DEFAULT_METHOD = 'GET'
|
||||||
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60)
|
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=60)
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=unused-variable, logging-too-many-args
|
# pylint: disable=unused-variable
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
""" Get the REST binary sensor. """
|
""" Get the REST binary sensor. """
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue