mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Enable logging-too-many-args
This commit is contained in:
parent
fb2da6be9a
commit
56186232f3
@ -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…
x
Reference in New Issue
Block a user