mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Enable logging-too-many-args
This commit is contained in:
@@ -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. """
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user