diff --git a/tests/components/sql/__init__.py b/tests/components/sql/__init__.py index 2f998f76c60..6afc0329e32 100644 --- a/tests/components/sql/__init__.py +++ b/tests/components/sql/__init__.py @@ -292,7 +292,7 @@ YAML_CONFIG_ALL_TEMPLATES = { } -async def init_integration( # pylint: disable=W0102 +async def init_integration( # pylint: disable=dangerous-default-value hass: HomeAssistant, *, title: str = "Select value SQL query",